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