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