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