pub struct FourCharCode(pub [u8; 4]);Expand description
Four-character code (FourCC) for AU identifiers.
Used for manufacturer codes and subtype codes in AU registration. Must be exactly 4 ASCII characters.
Tuple Fields§
§0: [u8; 4]Implementations§
Trait Implementations§
Source§impl Clone for FourCharCode
impl Clone for FourCharCode
Source§fn clone(&self) -> FourCharCode
fn clone(&self) -> FourCharCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FourCharCode
impl Debug for FourCharCode
Source§impl Display for FourCharCode
impl Display for FourCharCode
Source§impl PartialEq for FourCharCode
impl PartialEq for FourCharCode
impl Copy for FourCharCode
impl Eq for FourCharCode
impl StructuralPartialEq for FourCharCode
Auto Trait Implementations§
impl Freeze for FourCharCode
impl RefUnwindSafe for FourCharCode
impl Send for FourCharCode
impl Sync for FourCharCode
impl Unpin for FourCharCode
impl UnwindSafe for FourCharCode
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