#[repr(C)]pub struct Moder { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Moder
impl RefUnwindSafe for Moder
impl Send for Moder
impl Sync for Moder
impl Unpin for Moder
impl UnwindSafe for Moder
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