Struct coreaudio_sys::audio_unit::Struct_rlimit
[−]
[src]
pub struct Struct_rlimit {
pub rlim_cur: rlim_t,
pub rlim_max: rlim_t,
}Fields
rlim_cur: rlim_t
rlim_max: rlim_t
Trait Implementations
impl Copy for Struct_rlimit[src]
impl Clone for Struct_rlimit[src]
fn clone(&self) -> Struct_rlimit
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_rlimit[src]
fn default() -> Struct_rlimit
Returns the "default value" for a type. Read more