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