#[repr(u8)]pub enum LpEnable {
HP = 0,
LP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LpEnable
impl Ord for LpEnable
Source§impl PartialOrd for LpEnable
impl PartialOrd for LpEnable
impl Copy for LpEnable
impl Eq for LpEnable
impl StructuralPartialEq for LpEnable
Auto Trait Implementations§
impl Freeze for LpEnable
impl RefUnwindSafe for LpEnable
impl Send for LpEnable
impl Sync for LpEnable
impl Unpin for LpEnable
impl UnwindSafe for LpEnable
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