#[repr(C)]pub struct CModuleRef {
pub ptr: Obj,
pub vtable: CModuleRefVTable,
}
Fields§
§ptr: Obj
§vtable: CModuleRefVTable
Trait Implementations§
Source§impl Clone for CModuleRef
impl Clone for CModuleRef
Source§fn clone(&self) -> CModuleRef
fn clone(&self) -> CModuleRef
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CModuleRef
Auto Trait Implementations§
impl Freeze for CModuleRef
impl RefUnwindSafe for CModuleRef
impl Send for CModuleRef
impl Sync for CModuleRef
impl Unpin for CModuleRef
impl UnwindSafe for CModuleRef
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