#[repr(u8)]pub enum GintstsCurmod {
DEVICE = 0,
HOST = 1,
}Variants§
Implementations§
Source§impl GintstsCurmod
impl GintstsCurmod
Trait Implementations§
Source§impl Clone for GintstsCurmod
impl Clone for GintstsCurmod
Source§fn clone(&self) -> GintstsCurmod
fn clone(&self) -> GintstsCurmod
Returns a copy 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 GintstsCurmod
impl Debug for GintstsCurmod
Source§impl From<GintstsCurmod> for u8
impl From<GintstsCurmod> for u8
Source§fn from(val: GintstsCurmod) -> u8
fn from(val: GintstsCurmod) -> u8
Converts to this type from the input type.
Source§impl From<u8> for GintstsCurmod
impl From<u8> for GintstsCurmod
Source§fn from(val: u8) -> GintstsCurmod
fn from(val: u8) -> GintstsCurmod
Converts to this type from the input type.
Source§impl Ord for GintstsCurmod
impl Ord for GintstsCurmod
Source§fn cmp(&self, other: &GintstsCurmod) -> Ordering
fn cmp(&self, other: &GintstsCurmod) -> 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 GintstsCurmod
impl PartialEq for GintstsCurmod
Source§impl PartialOrd for GintstsCurmod
impl PartialOrd for GintstsCurmod
impl Copy for GintstsCurmod
impl Eq for GintstsCurmod
impl StructuralPartialEq for GintstsCurmod
Auto Trait Implementations§
impl Freeze for GintstsCurmod
impl RefUnwindSafe for GintstsCurmod
impl Send for GintstsCurmod
impl Sync for GintstsCurmod
impl Unpin for GintstsCurmod
impl UnwindSafe for GintstsCurmod
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)