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