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