Struct linux_raw_sys::general::__kernel_fd_set
source · #[repr(C)]pub struct __kernel_fd_set {
pub fds_bits: [c_ulong; 16],
}
Fields§
§fds_bits: [c_ulong; 16]
Trait Implementations§
source§impl Clone for __kernel_fd_set
impl Clone for __kernel_fd_set
source§fn clone(&self) -> __kernel_fd_set
fn clone(&self) -> __kernel_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 more