#[repr(u8)]pub enum Misc2SetAudioDivLsb {
AUDIO_DIV_LSB_0 = 0,
AUDIO_DIV_LSB_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Misc2SetAudioDivLsb
impl Clone for Misc2SetAudioDivLsb
Source§fn clone(&self) -> Misc2SetAudioDivLsb
fn clone(&self) -> Misc2SetAudioDivLsb
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 Misc2SetAudioDivLsb
impl Debug for Misc2SetAudioDivLsb
Source§impl From<Misc2SetAudioDivLsb> for u8
impl From<Misc2SetAudioDivLsb> for u8
Source§fn from(val: Misc2SetAudioDivLsb) -> u8
fn from(val: Misc2SetAudioDivLsb) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc2SetAudioDivLsb
impl From<u8> for Misc2SetAudioDivLsb
Source§fn from(val: u8) -> Misc2SetAudioDivLsb
fn from(val: u8) -> Misc2SetAudioDivLsb
Converts to this type from the input type.
Source§impl Ord for Misc2SetAudioDivLsb
impl Ord for Misc2SetAudioDivLsb
Source§fn cmp(&self, other: &Misc2SetAudioDivLsb) -> Ordering
fn cmp(&self, other: &Misc2SetAudioDivLsb) -> 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 Misc2SetAudioDivLsb
impl PartialEq for Misc2SetAudioDivLsb
Source§impl PartialOrd for Misc2SetAudioDivLsb
impl PartialOrd for Misc2SetAudioDivLsb
impl Copy for Misc2SetAudioDivLsb
impl Eq for Misc2SetAudioDivLsb
impl StructuralPartialEq for Misc2SetAudioDivLsb
Auto Trait Implementations§
impl Freeze for Misc2SetAudioDivLsb
impl RefUnwindSafe for Misc2SetAudioDivLsb
impl Send for Misc2SetAudioDivLsb
impl Sync for Misc2SetAudioDivLsb
impl Unpin for Misc2SetAudioDivLsb
impl UnwindSafe for Misc2SetAudioDivLsb
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