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