#[repr(u32)]pub enum fe_hierarchy {
HIERARCHY_NONE = 0,
HIERARCHY_1 = 1,
HIERARCHY_2 = 2,
HIERARCHY_4 = 3,
HIERARCHY_AUTO = 4,
}
Variants§
Implementations§
Source§impl fe_hierarchy
impl fe_hierarchy
pub const fn from_repr(discriminant: u32) -> Option<fe_hierarchy>
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 · 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 fe_hierarchy
impl Debug for fe_hierarchy
Source§impl FromStr for fe_hierarchy
impl FromStr for fe_hierarchy
Source§impl PartialEq for fe_hierarchy
impl PartialEq for fe_hierarchy
Source§impl TryFrom<&str> for fe_hierarchy
impl TryFrom<&str> for fe_hierarchy
impl Copy for fe_hierarchy
impl Eq for fe_hierarchy
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 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