Struct browser_window_c::cfd_set [−][src]
#[repr(C)]pub struct cfd_set {
pub __fds_bits: [c__fd_mask; 16],
}
Fields
__fds_bits: [c__fd_mask; 16]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cfd_set
impl UnwindSafe for cfd_set
Blanket Implementations
Mutably borrows from an owned value. Read more