#[repr(u32)]pub enum fe_lna {
LNA_OFF = 0,
LNA_ON = 1,
LNA_AUTO = 4_294_967_295,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for fe_lna
impl Eq for fe_lna
impl StructuralPartialEq for fe_lna
Auto Trait Implementations§
impl Freeze for fe_lna
impl RefUnwindSafe for fe_lna
impl Send for fe_lna
impl Sync for fe_lna
impl Unpin for fe_lna
impl UnwindSafe for fe_lna
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