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