pub enum PipelineLayoutStorageAttachmentExtension {}Auto Trait Implementations§
impl Freeze for PipelineLayoutStorageAttachmentExtension
impl RefUnwindSafe for PipelineLayoutStorageAttachmentExtension
impl Send for PipelineLayoutStorageAttachmentExtension
impl Sync for PipelineLayoutStorageAttachmentExtension
impl Unpin for PipelineLayoutStorageAttachmentExtension
impl UnsafeUnpin for PipelineLayoutStorageAttachmentExtension
impl UnwindSafe for PipelineLayoutStorageAttachmentExtension
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