pub struct FinitModuleRawArgs {
pub fd: RawFd,
pub param_values: *const c_char,
pub flags: c_int,
}Fields§
§fd: RawFd§param_values: *const c_char§flags: c_intTrait Implementations§
Source§impl Clone for FinitModuleRawArgs
impl Clone for FinitModuleRawArgs
Source§fn clone(&self) -> FinitModuleRawArgs
fn clone(&self) -> FinitModuleRawArgs
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 moreimpl Copy for FinitModuleRawArgs
Source§impl Debug for FinitModuleRawArgs
impl Debug for FinitModuleRawArgs
Source§impl PartialEq for FinitModuleRawArgs
impl PartialEq for FinitModuleRawArgs
impl StructuralPartialEq for FinitModuleRawArgs
Source§impl SyscallGroupsGetter for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallStopInspect for FinitModuleRawArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
type Args = FinitModuleArgs
type Result = FinitModuleModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
Auto Trait Implementations§
impl !Send for FinitModuleRawArgs
impl !Sync for FinitModuleRawArgs
impl Freeze for FinitModuleRawArgs
impl RefUnwindSafe for FinitModuleRawArgs
impl Unpin for FinitModuleRawArgs
impl UnsafeUnpin for FinitModuleRawArgs
impl UnwindSafe for FinitModuleRawArgs
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