#[repr(C)]pub struct R_CRC_CTX {
pub crc: utcrc,
pub size: c_uint,
pub reflect: c_int,
pub poly: utcrc,
pub xout: utcrc,
}Fields§
§crc: utcrc§size: c_uint§reflect: c_int§poly: utcrc§xout: utcrcTrait Implementations§
Auto Trait Implementations§
impl Freeze for R_CRC_CTX
impl RefUnwindSafe for R_CRC_CTX
impl Send for R_CRC_CTX
impl Sync for R_CRC_CTX
impl Unpin for R_CRC_CTX
impl UnsafeUnpin for R_CRC_CTX
impl UnwindSafe for R_CRC_CTX
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