pub struct FEMPTR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for FEMPTR
impl RefUnwindSafe for FEMPTR
impl Send for FEMPTR
impl Sync for FEMPTR
impl Unpin for FEMPTR
impl UnwindSafe for FEMPTR
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