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