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