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