#[repr(u32)]pub enum description_type_t {
Description_Type_Group = 0,
Description_Type_Int_Reg = 1,
Description_Type_Float_Reg = 2,
Description_Type_Fields_Reg = 3,
Description_Type_Int_Field = 4,
Description_Type_Float_Field = 5,
}
Expand description
Variants§
Description_Type_Group = 0
Description_Type_Int_Reg = 1
Description_Type_Float_Reg = 2
Description_Type_Fields_Reg = 3
Description_Type_Int_Field = 4
Description_Type_Float_Field = 5
Trait Implementations§
source§impl Clone for description_type_t
impl Clone for description_type_t
source§fn clone(&self) -> description_type_t
fn clone(&self) -> description_type_t
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 description_type_t
impl Debug for description_type_t
source§impl Hash for description_type_t
impl Hash for description_type_t
source§impl Ord for description_type_t
impl Ord for description_type_t
source§fn cmp(&self, other: &description_type_t) -> Ordering
fn cmp(&self, other: &description_type_t) -> 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 description_type_t
impl PartialEq for description_type_t
source§impl PartialOrd for description_type_t
impl PartialOrd for description_type_t
impl Copy for description_type_t
impl Eq for description_type_t
impl StructuralPartialEq for description_type_t
Auto Trait Implementations§
impl Freeze for description_type_t
impl RefUnwindSafe for description_type_t
impl Send for description_type_t
impl Sync for description_type_t
impl Unpin for description_type_t
impl UnwindSafe for description_type_t
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
)