pub struct SchedSetparamRawArgs {
pub pid: pid_t,
pub param: *const sched_param,
}Fields§
§pid: pid_t§param: *const sched_paramTrait Implementations§
Source§impl Clone for SchedSetparamRawArgs
impl Clone for SchedSetparamRawArgs
Source§fn clone(&self) -> SchedSetparamRawArgs
fn clone(&self) -> SchedSetparamRawArgs
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 SchedSetparamRawArgs
impl Debug for SchedSetparamRawArgs
Source§impl PartialEq for SchedSetparamRawArgs
impl PartialEq for SchedSetparamRawArgs
Source§impl SyscallGroupsGetter for SchedSetparamRawArgs
impl SyscallGroupsGetter for SchedSetparamRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SchedSetparamRawArgs
impl SyscallNumber for SchedSetparamRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SchedSetparamRawArgs
impl SyscallStopInspect for SchedSetparamRawArgs
type Args = SchedSetparamArgs
type Result = SchedSetparamModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for SchedSetparamRawArgs
impl StructuralPartialEq for SchedSetparamRawArgs
Auto Trait Implementations§
impl Freeze for SchedSetparamRawArgs
impl RefUnwindSafe for SchedSetparamRawArgs
impl !Send for SchedSetparamRawArgs
impl !Sync for SchedSetparamRawArgs
impl Unpin for SchedSetparamRawArgs
impl UnwindSafe for SchedSetparamRawArgs
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