#[repr(C)]pub struct ModuleHandle {
pub id: i32,
}Expand description
Handle of a module.
Fields§
§id: i32Trait 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 Ord for ModuleHandle
impl Ord for ModuleHandle
Source§fn cmp(&self, other: &ModuleHandle) -> Ordering
fn cmp(&self, other: &ModuleHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModuleHandle
impl PartialEq for ModuleHandle
Source§impl PartialOrd for ModuleHandle
impl PartialOrd 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 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