pub struct OneWireCrc(/* private fields */);Expand description
Calculate CRC-8 used in 1-Wire communications.
Implementations§
Trait Implementations§
Source§impl Debug for OneWireCrc
impl Debug for OneWireCrc
Source§impl Default for OneWireCrc
impl Default for OneWireCrc
Source§fn default() -> OneWireCrc
fn default() -> OneWireCrc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OneWireCrc
impl RefUnwindSafe for OneWireCrc
impl Send for OneWireCrc
impl Sync for OneWireCrc
impl Unpin for OneWireCrc
impl UnwindSafe for OneWireCrc
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