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