#[repr(u8)]pub enum XinScaleDownTrim {
Show 16 variants
XIN_SCALE_DOWN_TRIM_0 = 0,
XIN_SCALE_DOWN_TRIM_1 = 1,
XIN_SCALE_DOWN_TRIM_2 = 2,
XIN_SCALE_DOWN_TRIM_3 = 3,
XIN_SCALE_DOWN_TRIM_4 = 4,
XIN_SCALE_DOWN_TRIM_5 = 5,
XIN_SCALE_DOWN_TRIM_6 = 6,
XIN_SCALE_DOWN_TRIM_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_TRIM_0 = 0
1 (default)
XIN_SCALE_DOWN_TRIM_1 = 1
1/2
XIN_SCALE_DOWN_TRIM_2 = 2
1/3
XIN_SCALE_DOWN_TRIM_3 = 3
1/4
XIN_SCALE_DOWN_TRIM_4 = 4
1/5
XIN_SCALE_DOWN_TRIM_5 = 5
1/6
XIN_SCALE_DOWN_TRIM_6 = 6
1/7
XIN_SCALE_DOWN_TRIM_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§
Trait Implementations§
Source§impl Clone for XinScaleDownTrim
impl Clone for XinScaleDownTrim
Source§fn clone(&self) -> XinScaleDownTrim
fn clone(&self) -> XinScaleDownTrim
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 XinScaleDownTrim
impl Debug for XinScaleDownTrim
Source§impl From<XinScaleDownTrim> for u8
impl From<XinScaleDownTrim> for u8
Source§fn from(val: XinScaleDownTrim) -> u8
fn from(val: XinScaleDownTrim) -> u8
Converts to this type from the input type.
Source§impl From<u8> for XinScaleDownTrim
impl From<u8> for XinScaleDownTrim
Source§fn from(val: u8) -> XinScaleDownTrim
fn from(val: u8) -> XinScaleDownTrim
Converts to this type from the input type.
Source§impl Ord for XinScaleDownTrim
impl Ord for XinScaleDownTrim
Source§fn cmp(&self, other: &XinScaleDownTrim) -> Ordering
fn cmp(&self, other: &XinScaleDownTrim) -> 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 XinScaleDownTrim
impl PartialEq for XinScaleDownTrim
Source§impl PartialOrd for XinScaleDownTrim
impl PartialOrd for XinScaleDownTrim
impl Copy for XinScaleDownTrim
impl Eq for XinScaleDownTrim
impl StructuralPartialEq for XinScaleDownTrim
Auto Trait Implementations§
impl Freeze for XinScaleDownTrim
impl RefUnwindSafe for XinScaleDownTrim
impl Send for XinScaleDownTrim
impl Sync for XinScaleDownTrim
impl Unpin for XinScaleDownTrim
impl UnwindSafe for XinScaleDownTrim
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