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