Struct ash::vk::ImgExtension107Fn
source · pub struct ImgExtension107Fn {}
Implementations§
Trait Implementations§
source§impl Clone for ImgExtension107Fn
impl Clone for ImgExtension107Fn
source§fn clone(&self) -> ImgExtension107Fn
fn clone(&self) -> ImgExtension107Fn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Send for ImgExtension107Fn
impl Sync for ImgExtension107Fn
Auto Trait Implementations§
impl Freeze for ImgExtension107Fn
impl RefUnwindSafe for ImgExtension107Fn
impl Unpin for ImgExtension107Fn
impl UnwindSafe for ImgExtension107Fn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more