pub struct LogBlockTrailer {
pub checksum: u32,
}Expand description
Log block trailer (last 4 bytes of each 512-byte block).
Fields§
§checksum: u32Implementations§
Trait Implementations§
Source§impl Clone for LogBlockTrailer
impl Clone for LogBlockTrailer
Source§fn clone(&self) -> LogBlockTrailer
fn clone(&self) -> LogBlockTrailer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogBlockTrailer
impl Debug for LogBlockTrailer
Auto Trait Implementations§
impl Freeze for LogBlockTrailer
impl RefUnwindSafe for LogBlockTrailer
impl Send for LogBlockTrailer
impl Sync for LogBlockTrailer
impl Unpin for LogBlockTrailer
impl UnwindSafe for LogBlockTrailer
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