#[repr(u32)]
pub enum fe_pilot {
PILOT_ON,
PILOT_OFF,
PILOT_AUTO,
}Variants
PILOT_ON
PILOT_OFF
PILOT_AUTO
Implementations
Trait Implementations
impl Copy for fe_pilot
impl Eq for fe_pilot
impl StructuralEq for fe_pilot
impl StructuralPartialEq for fe_pilot
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more