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