#[repr(C)]pub struct pa_format_info {
pub encoding: pa_encoding_t,
pub plist: *mut pa_proplist,
}Expand description
Represents the format of data provided in a stream or processed by a sink.
Fields§
§encoding: pa_encoding_t§plist: *mut pa_proplistAuto Trait Implementations§
impl Freeze for pa_format_info
impl RefUnwindSafe for pa_format_info
impl !Send for pa_format_info
impl !Sync for pa_format_info
impl Unpin for pa_format_info
impl UnwindSafe for pa_format_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