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