pub struct Chnl {
pub channel_structure: Option<ChannelStructure>,
pub object_count: Option<u8>,
pub format_ordering: Option<u8>,
pub base_channel_count: Option<u8>,
}Fields§
§channel_structure: Option<ChannelStructure>§object_count: Option<u8>§format_ordering: Option<u8>§base_channel_count: Option<u8>Implementations§
Trait Implementations§
impl Eq for Chnl
impl StructuralPartialEq for Chnl
Auto Trait Implementations§
impl Freeze for Chnl
impl RefUnwindSafe for Chnl
impl Send for Chnl
impl Sync for Chnl
impl Unpin for Chnl
impl UnwindSafe for Chnl
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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