#[repr(C)]pub struct fd_set {
pub __fds_bits: [__fd_mask; 1],
}Fields§
§__fds_bits: [__fd_mask; 1]Trait Implementations§
Source§impl Ord for fd_set
impl Ord for fd_set
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for fd_set
impl PartialOrd for fd_set
impl Copy for fd_set
impl Eq for fd_set
impl StructuralPartialEq for fd_set
Auto Trait Implementations§
impl Freeze for fd_set
impl RefUnwindSafe for fd_set
impl Send for fd_set
impl Sync for fd_set
impl Unpin for fd_set
impl UnsafeUnpin for fd_set
impl UnwindSafe for fd_set
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