Struct libpulse_sys::def::pa_buffer_attr[][src]

#[repr(C)]
pub struct pa_buffer_attr { pub maxlength: u32, pub tlength: u32, pub prebuf: u32, pub minreq: u32, pub fragsize: u32, }

Fields

maxlength: u32tlength: u32prebuf: u32minreq: u32fragsize: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.