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