#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ManchesterState
Source§impl Debug for ManchesterState
impl Debug for ManchesterState
impl Eq for ManchesterState
Source§impl Hash for ManchesterState
impl Hash for ManchesterState
Source§impl PartialEq for ManchesterState
impl PartialEq for ManchesterState
Source§fn eq(&self, other: &ManchesterState) -> bool
fn eq(&self, other: &ManchesterState) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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