pub struct Crc32c(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crc32c
impl RefUnwindSafe for Crc32c
impl Send for Crc32c
impl Sync for Crc32c
impl Unpin for Crc32c
impl UnwindSafe for Crc32c
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