pub enum ExternTypeLike {}Expand description
Marker for Extern types and DSTs whose last field is an extern type.
Pointers to extern types are thin.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExternTypeLike
impl RefUnwindSafe for ExternTypeLike
impl Send for ExternTypeLike
impl Sync for ExternTypeLike
impl Unpin for ExternTypeLike
impl UnsafeUnpin for ExternTypeLike
impl UnwindSafe for ExternTypeLike
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