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