pub struct SchedRrGetIntervalModifiedArgs {
pub syscall_result: c_int,
pub tp: InspectResult<timespec>,
}Fields§
§syscall_result: c_int§tp: InspectResult<timespec>Trait Implementations§
Source§impl Clone for SchedRrGetIntervalModifiedArgs
impl Clone for SchedRrGetIntervalModifiedArgs
Source§fn clone(&self) -> SchedRrGetIntervalModifiedArgs
fn clone(&self) -> SchedRrGetIntervalModifiedArgs
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 From<SchedRrGetIntervalModifiedArgs> for SyscallModifiedArgs
impl From<SchedRrGetIntervalModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: SchedRrGetIntervalModifiedArgs) -> Self
fn from(args: SchedRrGetIntervalModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SchedRrGetIntervalModifiedArgs
impl PartialEq for SchedRrGetIntervalModifiedArgs
Source§fn eq(&self, other: &SchedRrGetIntervalModifiedArgs) -> bool
fn eq(&self, other: &SchedRrGetIntervalModifiedArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for SchedRrGetIntervalModifiedArgs
impl SyscallGroupsGetter for SchedRrGetIntervalModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SchedRrGetIntervalModifiedArgs
impl SyscallNumber for SchedRrGetIntervalModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SchedRrGetIntervalModifiedArgs
Auto Trait Implementations§
impl Freeze for SchedRrGetIntervalModifiedArgs
impl RefUnwindSafe for SchedRrGetIntervalModifiedArgs
impl Send for SchedRrGetIntervalModifiedArgs
impl Sync for SchedRrGetIntervalModifiedArgs
impl Unpin for SchedRrGetIntervalModifiedArgs
impl UnwindSafe for SchedRrGetIntervalModifiedArgs
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