#[repr(C)]pub struct _types_fd_set {
pub fds_bits: [fd_mask; 1],
}
Fields§
§fds_bits: [fd_mask; 1]
Trait Implementations§
Source§impl Clone for _types_fd_set
impl Clone for _types_fd_set
Source§fn clone(&self) -> _types_fd_set
fn clone(&self) -> _types_fd_set
Returns a copy 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 _types_fd_set
impl Debug for _types_fd_set
impl Copy for _types_fd_set
Auto Trait Implementations§
impl Freeze for _types_fd_set
impl RefUnwindSafe for _types_fd_set
impl Send for _types_fd_set
impl Sync for _types_fd_set
impl Unpin for _types_fd_set
impl UnwindSafe for _types_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