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