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