Enum RstHealthFlags
#[repr(u8)]pub enum RstHealthFlags {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
Implementations§
§impl RstHealthFlags
impl RstHealthFlags
pub const fn from_bits(val: u8) -> RstHealthFlags
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for RstHealthFlags
impl Clone for RstHealthFlags
§fn clone(&self) -> RstHealthFlags
fn clone(&self) -> RstHealthFlags
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 more§impl Debug for RstHealthFlags
impl Debug for RstHealthFlags
§impl From<RstHealthFlags> for u8
impl From<RstHealthFlags> for u8
§fn from(val: RstHealthFlags) -> u8
fn from(val: RstHealthFlags) -> u8
Converts to this type from the input type.
§impl From<u8> for RstHealthFlags
impl From<u8> for RstHealthFlags
§fn from(val: u8) -> RstHealthFlags
fn from(val: u8) -> RstHealthFlags
Converts to this type from the input type.
§impl Ord for RstHealthFlags
impl Ord for RstHealthFlags
§impl PartialEq for RstHealthFlags
impl PartialEq for RstHealthFlags
§impl PartialOrd for RstHealthFlags
impl PartialOrd for RstHealthFlags
impl Copy for RstHealthFlags
impl Eq for RstHealthFlags
impl StructuralPartialEq for RstHealthFlags
Auto Trait Implementations§
impl Freeze for RstHealthFlags
impl RefUnwindSafe for RstHealthFlags
impl Send for RstHealthFlags
impl Sync for RstHealthFlags
impl Unpin for RstHealthFlags
impl UnwindSafe for RstHealthFlags
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