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