pub struct ModuleHandle(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for ModuleHandle
impl Clone for ModuleHandle
Source§fn clone(&self) -> ModuleHandle
fn clone(&self) -> ModuleHandle
Returns a duplicate 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 moreSource§impl Debug for ModuleHandle
impl Debug for ModuleHandle
Source§impl Hash for ModuleHandle
impl Hash for ModuleHandle
Source§impl PartialEq for ModuleHandle
impl PartialEq for ModuleHandle
impl Copy for ModuleHandle
impl Eq for ModuleHandle
impl StructuralPartialEq for ModuleHandle
Auto Trait Implementations§
impl Freeze for ModuleHandle
impl RefUnwindSafe for ModuleHandle
impl Send for ModuleHandle
impl Sync for ModuleHandle
impl Unpin for ModuleHandle
impl UnsafeUnpin for ModuleHandle
impl UnwindSafe for ModuleHandle
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