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