#[repr(C)]pub struct pa_sample_info {
pub index: u32,
pub name: *const c_char,
pub volume: pa_cvolume,
pub sample_spec: pa_sample_spec,
pub channel_map: pa_channel_map,
pub duration: pa_usec_t,
pub bytes: u32,
pub lazy: i32,
pub filename: *const c_char,
pub proplist: *mut pa_proplist,
}Fields§
§index: u32§name: *const c_char§volume: pa_cvolume§sample_spec: pa_sample_spec§channel_map: pa_channel_map§duration: pa_usec_t§bytes: u32§lazy: i32§filename: *const c_char§proplist: *mut pa_proplistAuto Trait Implementations§
impl Freeze for pa_sample_info
impl RefUnwindSafe for pa_sample_info
impl !Send for pa_sample_info
impl !Sync for pa_sample_info
impl Unpin for pa_sample_info
impl UnwindSafe for pa_sample_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more