pub enum LtcBit {
Zero,
One,
}Expand description
A single logical bit in an LTC data stream after biphase-mark decoding.
Variants§
Implementations§
Trait Implementations§
impl Copy for LtcBit
impl Eq for LtcBit
impl StructuralPartialEq for LtcBit
Auto Trait Implementations§
impl Freeze for LtcBit
impl RefUnwindSafe for LtcBit
impl Send for LtcBit
impl Sync for LtcBit
impl Unpin for LtcBit
impl UnsafeUnpin for LtcBit
impl UnwindSafe for LtcBit
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