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