#[repr(C)]pub struct GetModuleArgs {
pub name: [c_char; 101],
pub result: u64,
}Fields§
§name: [c_char; 101]§result: u64Trait Implementations§
Source§impl Clone for GetModuleArgs
impl Clone for GetModuleArgs
Source§fn clone(&self) -> GetModuleArgs
fn clone(&self) -> GetModuleArgs
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 GetModuleArgs
impl Debug for GetModuleArgs
impl Copy for GetModuleArgs
Auto Trait Implementations§
impl Freeze for GetModuleArgs
impl RefUnwindSafe for GetModuleArgs
impl Send for GetModuleArgs
impl Sync for GetModuleArgs
impl Unpin for GetModuleArgs
impl UnwindSafe for GetModuleArgs
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