#[repr(transparent)]pub struct ManchesterState(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for ManchesterState
impl Clone for ManchesterState
Source§fn clone(&self) -> ManchesterState
fn clone(&self) -> ManchesterState
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 ManchesterState
impl Debug for ManchesterState
Source§impl Hash for ManchesterState
impl Hash for ManchesterState
Source§impl PartialEq for ManchesterState
impl PartialEq for ManchesterState
impl Copy for ManchesterState
impl Eq for ManchesterState
impl StructuralPartialEq for ManchesterState
Auto Trait Implementations§
impl Freeze for ManchesterState
impl RefUnwindSafe for ManchesterState
impl Send for ManchesterState
impl Sync for ManchesterState
impl Unpin for ManchesterState
impl UnwindSafe for ManchesterState
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