#[repr(u8)]pub enum FlrcBt {
Off = 0,
Bt0_5 = 1,
Bt1_0 = 2,
}Expand description
FLRC Gaussian BT-product enum (PROTOCOL.md §10.4).
Variants§
Implementations§
Trait Implementations§
impl Copy for FlrcBt
impl Eq for FlrcBt
impl StructuralPartialEq for FlrcBt
Auto Trait Implementations§
impl Freeze for FlrcBt
impl RefUnwindSafe for FlrcBt
impl Send for FlrcBt
impl Sync for FlrcBt
impl Unpin for FlrcBt
impl UnsafeUnpin for FlrcBt
impl UnwindSafe for FlrcBt
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