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