#[repr(C)]pub struct crc32_state_s {
pub crc: ulong32,
}Fields§
§crc: ulong32Trait Implementations§
Source§impl Clone for crc32_state_s
impl Clone for crc32_state_s
Source§impl Debug for crc32_state_s
impl Debug for crc32_state_s
impl Copy for crc32_state_s
Auto Trait Implementations§
impl Freeze for crc32_state_s
impl RefUnwindSafe for crc32_state_s
impl Send for crc32_state_s
impl Sync for crc32_state_s
impl Unpin for crc32_state_s
impl UnwindSafe for crc32_state_s
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