pub enum NonRobust {}Expand description
Marker for a non-robust type that is still transmuted by the ABI layer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NonRobust
impl RefUnwindSafe for NonRobust
impl Send for NonRobust
impl Sync for NonRobust
impl Unpin for NonRobust
impl UnsafeUnpin for NonRobust
impl UnwindSafe for NonRobust
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