#[repr(u32)]pub enum fe_pilot {
PILOT_ON = 0,
PILOT_OFF = 1,
PILOT_AUTO = 2,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for fe_pilot
impl Eq for fe_pilot
impl StructuralPartialEq for fe_pilot
Auto Trait Implementations§
impl Freeze for fe_pilot
impl RefUnwindSafe for fe_pilot
impl Send for fe_pilot
impl Sync for fe_pilot
impl Unpin for fe_pilot
impl UnwindSafe for fe_pilot
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