pub struct ExtendedInfo {
pub bits_per_coded_sample: u16,
pub channel_mask: u32,
pub sub_format: u128,
pub remaining_data: Vec<u8>,
}Fields§
§bits_per_coded_sample: u16§channel_mask: u32§sub_format: u128§remaining_data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendedInfo
impl RefUnwindSafe for ExtendedInfo
impl Send for ExtendedInfo
impl Sync for ExtendedInfo
impl Unpin for ExtendedInfo
impl UnwindSafe for ExtendedInfo
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