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