Struct ash::vk::ImgExtension111Fn
source · pub struct ImgExtension111Fn {}
Implementations§
Trait Implementations§
source§impl Clone for ImgExtension111Fn
impl Clone for ImgExtension111Fn
source§fn clone(&self) -> ImgExtension111Fn
fn clone(&self) -> ImgExtension111Fn
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 ImgExtension111Fn
impl Sync for ImgExtension111Fn
Auto Trait Implementations§
impl Freeze for ImgExtension111Fn
impl RefUnwindSafe for ImgExtension111Fn
impl Unpin for ImgExtension111Fn
impl UnwindSafe for ImgExtension111Fn
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