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