#[repr(C)]pub struct scoutfs_block_header {
pub crc: __le32,
pub magic: __le32,
pub fsid: __le64,
pub seq: __le64,
pub blkno: __le64,
}Fields§
§crc: __le32§magic: __le32§fsid: __le64§seq: __le64§blkno: __le64Trait Implementations§
Source§impl Clone for scoutfs_block_header
impl Clone for scoutfs_block_header
Source§fn clone(&self) -> scoutfs_block_header
fn clone(&self) -> scoutfs_block_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 scoutfs_block_header
impl Debug for scoutfs_block_header
Source§impl Default for scoutfs_block_header
impl Default for scoutfs_block_header
Source§fn default() -> scoutfs_block_header
fn default() -> scoutfs_block_header
Returns the “default value” for a type. Read more
Source§impl Hash for scoutfs_block_header
impl Hash for scoutfs_block_header
Source§impl Ord for scoutfs_block_header
impl Ord for scoutfs_block_header
Source§fn cmp(&self, other: &scoutfs_block_header) -> Ordering
fn cmp(&self, other: &scoutfs_block_header) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for scoutfs_block_header
impl PartialEq for scoutfs_block_header
Source§impl PartialOrd for scoutfs_block_header
impl PartialOrd for scoutfs_block_header
impl Copy for scoutfs_block_header
impl Eq for scoutfs_block_header
impl StructuralPartialEq for scoutfs_block_header
Auto Trait Implementations§
impl Freeze for scoutfs_block_header
impl RefUnwindSafe for scoutfs_block_header
impl Send for scoutfs_block_header
impl Sync for scoutfs_block_header
impl Unpin for scoutfs_block_header
impl UnwindSafe for scoutfs_block_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