pub struct SetitimerArgs {
pub which: c_int,
pub new_value: InspectResult<itimerval>,
pub old_value: InspectResult<Option<itimerval>>,
}Fields§
§which: c_int§new_value: InspectResult<itimerval>§old_value: InspectResult<Option<itimerval>>Trait Implementations§
Source§impl Clone for SetitimerArgs
impl Clone for SetitimerArgs
Source§fn clone(&self) -> SetitimerArgs
fn clone(&self) -> SetitimerArgs
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 SetitimerArgs
impl Debug for SetitimerArgs
Source§impl From<SetitimerArgs> for SyscallArgs
impl From<SetitimerArgs> for SyscallArgs
Source§fn from(args: SetitimerArgs) -> Self
fn from(args: SetitimerArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetitimerArgs
impl PartialEq for SetitimerArgs
Source§impl SyscallGroupsGetter for SetitimerArgs
impl SyscallGroupsGetter for SetitimerArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetitimerArgs
impl SyscallNumber for SetitimerArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SetitimerArgs
Auto Trait Implementations§
impl Freeze for SetitimerArgs
impl RefUnwindSafe for SetitimerArgs
impl Send for SetitimerArgs
impl Sync for SetitimerArgs
impl Unpin for SetitimerArgs
impl UnwindSafe for SetitimerArgs
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