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