#[repr(C)]pub struct zts_fd_set {
pub fd_bits: [c_uchar; 128],
}
Fields§
§fd_bits: [c_uchar; 128]
Trait Implementations§
Source§impl Clone for zts_fd_set
impl Clone for zts_fd_set
Source§fn clone(&self) -> zts_fd_set
fn clone(&self) -> zts_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 moreimpl Copy for zts_fd_set
Auto Trait Implementations§
impl Freeze for zts_fd_set
impl RefUnwindSafe for zts_fd_set
impl Send for zts_fd_set
impl Sync for zts_fd_set
impl Unpin for zts_fd_set
impl UnwindSafe for zts_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