Struct coreaudio_sys::audio_unit::Struct_fd_set
[−]
[src]
pub struct Struct_fd_set { pub fds_bits: [__int32_t; 32], }
Fields
fds_bits: [__int32_t; 32]
Trait Implementations
impl Copy for Struct_fd_set
[src]
impl Clone for Struct_fd_set
[src]
fn clone(&self) -> Struct_fd_set
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for Struct_fd_set
[src]
fn default() -> Struct_fd_set
Returns the "default value" for a type. Read more