pub struct Crc<W: Width> {
pub algorithm: &'static Algorithm<W>,
/* private fields */
}Fields§
§algorithm: &'static Algorithm<W>Implementations§
Auto Trait Implementations§
impl<W> RefUnwindSafe for Crc<W>where
W: RefUnwindSafe,
impl<W> Send for Crc<W>
impl<W> Sync for Crc<W>where
W: Sync,
impl<W> Unpin for Crc<W>where
W: Unpin,
impl<W> UnwindSafe for Crc<W>where
W: UnwindSafe + RefUnwindSafe,
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