pub struct DataAreaChecksum {}
Expand description
Requests a 32-bit checksum of the data area
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataAreaChecksum
impl RefUnwindSafe for DataAreaChecksum
impl Send for DataAreaChecksum
impl Sync for DataAreaChecksum
impl Unpin for DataAreaChecksum
impl UnwindSafe for DataAreaChecksum
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