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