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