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