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