#[repr(u8)]pub enum XinScaleDown {
Show 16 variants
XIN_SCALE_DOWN_0 = 0,
XIN_SCALE_DOWN_1 = 1,
XIN_SCALE_DOWN_2 = 2,
XIN_SCALE_DOWN_3 = 3,
XIN_SCALE_DOWN_4 = 4,
XIN_SCALE_DOWN_5 = 5,
XIN_SCALE_DOWN_6 = 6,
XIN_SCALE_DOWN_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
XIN_SCALE_DOWN_0 = 0
1 (default)
XIN_SCALE_DOWN_1 = 1
1/2
XIN_SCALE_DOWN_2 = 2
1/3
XIN_SCALE_DOWN_3 = 3
1/4
XIN_SCALE_DOWN_4 = 4
1/5
XIN_SCALE_DOWN_5 = 5
1/6
XIN_SCALE_DOWN_6 = 6
1/7
XIN_SCALE_DOWN_7 = 7
1/8
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Source§impl XinScaleDown
impl XinScaleDown
Trait Implementations§
Source§impl Clone for XinScaleDown
impl Clone for XinScaleDown
Source§fn clone(&self) -> XinScaleDown
fn clone(&self) -> XinScaleDown
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 XinScaleDown
impl Debug for XinScaleDown
Source§impl From<XinScaleDown> for u8
impl From<XinScaleDown> for u8
Source§fn from(val: XinScaleDown) -> u8
fn from(val: XinScaleDown) -> u8
Converts to this type from the input type.
Source§impl From<u8> for XinScaleDown
impl From<u8> for XinScaleDown
Source§fn from(val: u8) -> XinScaleDown
fn from(val: u8) -> XinScaleDown
Converts to this type from the input type.
Source§impl Ord for XinScaleDown
impl Ord for XinScaleDown
Source§fn cmp(&self, other: &XinScaleDown) -> Ordering
fn cmp(&self, other: &XinScaleDown) -> 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 XinScaleDown
impl PartialEq for XinScaleDown
Source§impl PartialOrd for XinScaleDown
impl PartialOrd for XinScaleDown
impl Copy for XinScaleDown
impl Eq for XinScaleDown
impl StructuralPartialEq for XinScaleDown
Auto Trait Implementations§
impl Freeze for XinScaleDown
impl RefUnwindSafe for XinScaleDown
impl Send for XinScaleDown
impl Sync for XinScaleDown
impl Unpin for XinScaleDown
impl UnwindSafe for XinScaleDown
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