pub enum TELEDISK {}
Expand description
CRC-16/TELEDISK poly=0xa097
check=0x0fb3
Trait Implementations§
impl Copy for TELEDISK
impl Eq for TELEDISK
impl StructuralPartialEq for TELEDISK
Auto Trait Implementations§
impl Freeze for TELEDISK
impl RefUnwindSafe for TELEDISK
impl Send for TELEDISK
impl Sync for TELEDISK
impl Unpin for TELEDISK
impl UnwindSafe for TELEDISK
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