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