#[repr(C)]pub struct _GumKernelModuleDetails {
pub name: *const gchar,
pub range: *const GumMemoryRange,
pub path: *const gchar,
}Fields§
§name: *const gchar§range: *const GumMemoryRange§path: *const gcharTrait Implementations§
Source§impl Clone for _GumKernelModuleDetails
impl Clone for _GumKernelModuleDetails
Source§fn clone(&self) -> _GumKernelModuleDetails
fn clone(&self) -> _GumKernelModuleDetails
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 _GumKernelModuleDetails
impl Debug for _GumKernelModuleDetails
impl Copy for _GumKernelModuleDetails
Auto Trait Implementations§
impl Freeze for _GumKernelModuleDetails
impl RefUnwindSafe for _GumKernelModuleDetails
impl !Send for _GumKernelModuleDetails
impl !Sync for _GumKernelModuleDetails
impl Unpin for _GumKernelModuleDetails
impl UnwindSafe for _GumKernelModuleDetails
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