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