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