#[repr(u32)]pub enum fe_hierarchy_t {
HIERARCHY_NONE = 0,
HIERARCHY_1 = 1,
HIERARCHY_2 = 2,
HIERARCHY_4 = 3,
HIERARCHY_AUTO = 4,
}Variants§
Trait Implementations§
Source§impl Clone for fe_hierarchy
impl Clone for fe_hierarchy
Source§fn clone(&self) -> fe_hierarchy
fn clone(&self) -> fe_hierarchy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fe_hierarchy
Source§impl Debug for fe_hierarchy
impl Debug for fe_hierarchy
impl Eq for fe_hierarchy
Source§impl Hash for fe_hierarchy
impl Hash for fe_hierarchy
Source§impl PartialEq for fe_hierarchy
impl PartialEq for fe_hierarchy
Source§fn eq(&self, other: &fe_hierarchy) -> bool
fn eq(&self, other: &fe_hierarchy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for fe_hierarchy
Auto Trait Implementations§
impl Freeze for fe_hierarchy
impl RefUnwindSafe for fe_hierarchy
impl Send for fe_hierarchy
impl Sync for fe_hierarchy
impl Unpin for fe_hierarchy
impl UnsafeUnpin for fe_hierarchy
impl UnwindSafe for fe_hierarchy
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