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