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