pub struct SysinfoRawArgs {
pub info: *mut sysinfo,
}Fields§
§info: *mut sysinfoTrait Implementations§
Source§impl Clone for SysinfoRawArgs
impl Clone for SysinfoRawArgs
Source§fn clone(&self) -> SysinfoRawArgs
fn clone(&self) -> SysinfoRawArgs
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 SysinfoRawArgs
impl Debug for SysinfoRawArgs
Source§impl PartialEq for SysinfoRawArgs
impl PartialEq for SysinfoRawArgs
Source§impl SyscallGroupsGetter for SysinfoRawArgs
impl SyscallGroupsGetter for SysinfoRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SysinfoRawArgs
impl SyscallNumber for SysinfoRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SysinfoRawArgs
impl SyscallStopInspect for SysinfoRawArgs
type Args = SysinfoArgs
type Result = SysinfoModifiedArgs
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 SysinfoRawArgs
impl StructuralPartialEq for SysinfoRawArgs
Auto Trait Implementations§
impl Freeze for SysinfoRawArgs
impl RefUnwindSafe for SysinfoRawArgs
impl !Send for SysinfoRawArgs
impl !Sync for SysinfoRawArgs
impl Unpin for SysinfoRawArgs
impl UnwindSafe for SysinfoRawArgs
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