pub enum ManchesterType {
Ieee,
Thomas,
}Expand description
Manchester encoding type for MIL-STD-1553B
Variants§
Ieee
IEEE 802.3 Manchester: 0 = low-to-high, 1 = high-to-low
Thomas
Thomas Manchester: 0 = high-to-low, 1 = low-to-high
Implementations§
Trait Implementations§
Source§impl Clone for ManchesterType
impl Clone for ManchesterType
Source§fn clone(&self) -> ManchesterType
fn clone(&self) -> ManchesterType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManchesterType
impl Debug for ManchesterType
Source§impl PartialEq for ManchesterType
impl PartialEq for ManchesterType
impl Copy for ManchesterType
impl Eq for ManchesterType
impl StructuralPartialEq for ManchesterType
Auto Trait Implementations§
impl Freeze for ManchesterType
impl RefUnwindSafe for ManchesterType
impl Send for ManchesterType
impl Sync for ManchesterType
impl Unpin for ManchesterType
impl UnwindSafe for ManchesterType
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