Struct servo_media_audio::node::ChannelInfo
source · pub struct ChannelInfo {
pub count: u8,
pub mode: ChannelCountMode,
pub interpretation: ChannelInterpretation,
pub context_channel_count: u8,
}
Fields§
§count: u8
§mode: ChannelCountMode
§interpretation: ChannelInterpretation
§context_channel_count: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelInfo
impl RefUnwindSafe for ChannelInfo
impl Send for ChannelInfo
impl Sync for ChannelInfo
impl Unpin for ChannelInfo
impl UnwindSafe for ChannelInfo
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