#[repr(C, packed(1))]pub struct jbd_commit_header {
pub header: jbd_bhdr,
pub chksum_type: u8,
pub chksum_size: u8,
pub padding: [u8; 2],
pub chksum: [u32; 8],
pub commit_sec: u64,
pub commit_nsec: u32,
}Fields§
§header: jbd_bhdr§chksum_type: u8§chksum_size: u8§padding: [u8; 2]§chksum: [u32; 8]§commit_sec: u64§commit_nsec: u32Trait Implementations§
Source§impl Clone for jbd_commit_header
impl Clone for jbd_commit_header
Source§fn clone(&self) -> jbd_commit_header
fn clone(&self) -> jbd_commit_header
Returns a copy 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 jbd_commit_header
impl Debug for jbd_commit_header
impl Copy for jbd_commit_header
Auto Trait Implementations§
impl Freeze for jbd_commit_header
impl RefUnwindSafe for jbd_commit_header
impl Send for jbd_commit_header
impl Sync for jbd_commit_header
impl Unpin for jbd_commit_header
impl UnwindSafe for jbd_commit_header
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