pub struct SampleInformation {
pub bit_offset: u32,
pub bit_length: u32,
pub channel_type: u32,
pub channel_type_qualifiers: ChannelTypeQualifiers,
pub sample_positions: [u32; 4],
pub lower: u32,
pub upper: u32,
}
Fields§
§bit_offset: u32
§bit_length: u32
§channel_type: u32
§channel_type_qualifiers: ChannelTypeQualifiers
§sample_positions: [u32; 4]
§lower: u32
§upper: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SampleInformation
impl RefUnwindSafe for SampleInformation
impl Send for SampleInformation
impl Sync for SampleInformation
impl Unpin for SampleInformation
impl UnwindSafe for SampleInformation
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