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