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