#[repr(u8)]pub enum Misc2TogAudioDivMsb {
AUDIO_DIV_MSB_0 = 0,
AUDIO_DIV_MSB_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Misc2TogAudioDivMsb
impl Clone for Misc2TogAudioDivMsb
Source§fn clone(&self) -> Misc2TogAudioDivMsb
fn clone(&self) -> Misc2TogAudioDivMsb
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 Misc2TogAudioDivMsb
impl Debug for Misc2TogAudioDivMsb
Source§impl From<Misc2TogAudioDivMsb> for u8
impl From<Misc2TogAudioDivMsb> for u8
Source§fn from(val: Misc2TogAudioDivMsb) -> u8
fn from(val: Misc2TogAudioDivMsb) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc2TogAudioDivMsb
impl From<u8> for Misc2TogAudioDivMsb
Source§fn from(val: u8) -> Misc2TogAudioDivMsb
fn from(val: u8) -> Misc2TogAudioDivMsb
Converts to this type from the input type.
Source§impl Ord for Misc2TogAudioDivMsb
impl Ord for Misc2TogAudioDivMsb
Source§fn cmp(&self, other: &Misc2TogAudioDivMsb) -> Ordering
fn cmp(&self, other: &Misc2TogAudioDivMsb) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Misc2TogAudioDivMsb
impl PartialEq for Misc2TogAudioDivMsb
Source§impl PartialOrd for Misc2TogAudioDivMsb
impl PartialOrd for Misc2TogAudioDivMsb
impl Copy for Misc2TogAudioDivMsb
impl Eq for Misc2TogAudioDivMsb
impl StructuralPartialEq for Misc2TogAudioDivMsb
Auto Trait Implementations§
impl Freeze for Misc2TogAudioDivMsb
impl RefUnwindSafe for Misc2TogAudioDivMsb
impl Send for Misc2TogAudioDivMsb
impl Sync for Misc2TogAudioDivMsb
impl Unpin for Misc2TogAudioDivMsb
impl UnwindSafe for Misc2TogAudioDivMsb
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