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