pub struct ExtentTail {
pub checksum: u32,
}Expand description
Checksum appended after the last extent entry in a tree block.
Fields§
§checksum: u32Implementations§
Trait Implementations§
Source§impl Clone for ExtentTail
impl Clone for ExtentTail
Source§fn clone(&self) -> ExtentTail
fn clone(&self) -> ExtentTail
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 ExtentTail
impl Debug for ExtentTail
Source§impl Default for ExtentTail
impl Default for ExtentTail
Source§fn default() -> ExtentTail
fn default() -> ExtentTail
Returns the “default value” for a type. Read more
impl Copy for ExtentTail
Auto Trait Implementations§
impl Freeze for ExtentTail
impl RefUnwindSafe for ExtentTail
impl Send for ExtentTail
impl Sync for ExtentTail
impl Unpin for ExtentTail
impl UnsafeUnpin for ExtentTail
impl UnwindSafe for ExtentTail
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