pub struct Mp3ChannelSideInfo {
pub scfsi: [bool; 4],
pub granules: [Mp3Granule; 2],
}Expand description
Channel side information
Fields§
§scfsi: [bool; 4]Scalefactor share info (scfsi)
granules: [Mp3Granule; 2]Granule info
Trait Implementations§
Source§impl Clone for Mp3ChannelSideInfo
impl Clone for Mp3ChannelSideInfo
Source§fn clone(&self) -> Mp3ChannelSideInfo
fn clone(&self) -> Mp3ChannelSideInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mp3ChannelSideInfo
impl Debug for Mp3ChannelSideInfo
Source§impl Default for Mp3ChannelSideInfo
impl Default for Mp3ChannelSideInfo
Source§fn default() -> Mp3ChannelSideInfo
fn default() -> Mp3ChannelSideInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mp3ChannelSideInfo
impl PartialEq for Mp3ChannelSideInfo
impl Copy for Mp3ChannelSideInfo
impl Eq for Mp3ChannelSideInfo
impl StructuralPartialEq for Mp3ChannelSideInfo
Auto Trait Implementations§
impl Freeze for Mp3ChannelSideInfo
impl RefUnwindSafe for Mp3ChannelSideInfo
impl Send for Mp3ChannelSideInfo
impl Sync for Mp3ChannelSideInfo
impl Unpin for Mp3ChannelSideInfo
impl UnwindSafe for Mp3ChannelSideInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)