Enum field_offset::NotPinned
source · [−]pub enum NotPinned {}
Expand description
Type that can be used in the PinFlag
parameter of FieldOffset
to specify that
this projection is not valid on Pin types.
Auto Trait Implementations
impl RefUnwindSafe for NotPinned
impl Send for NotPinned
impl Sync for NotPinned
impl Unpin for NotPinned
impl UnwindSafe for NotPinned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more