pub struct InitModuleRawArgs {
pub module_image: *mut c_void,
pub len: c_ulong,
pub param_values: *const c_char,
}Fields§
§module_image: *mut c_void§len: c_ulong§param_values: *const c_charTrait Implementations§
Source§impl Clone for InitModuleRawArgs
impl Clone for InitModuleRawArgs
Source§fn clone(&self) -> InitModuleRawArgs
fn clone(&self) -> InitModuleRawArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InitModuleRawArgs
impl Debug for InitModuleRawArgs
Source§impl PartialEq for InitModuleRawArgs
impl PartialEq for InitModuleRawArgs
Source§fn eq(&self, other: &InitModuleRawArgs) -> bool
fn eq(&self, other: &InitModuleRawArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallStopInspect for InitModuleRawArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
type Args = InitModuleArgs
type Result = InitModuleModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for InitModuleRawArgs
impl StructuralPartialEq for InitModuleRawArgs
Auto Trait Implementations§
impl Freeze for InitModuleRawArgs
impl RefUnwindSafe for InitModuleRawArgs
impl !Send for InitModuleRawArgs
impl !Sync for InitModuleRawArgs
impl Unpin for InitModuleRawArgs
impl UnsafeUnpin for InitModuleRawArgs
impl UnwindSafe for InitModuleRawArgs
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