#[repr(C)]pub struct ext4_bgroup {Show 23 fields
pub block_bitmap_lo: u32,
pub inode_bitmap_lo: u32,
pub inode_table_first_block_lo: u32,
pub free_blocks_count_lo: u16,
pub free_inodes_count_lo: u16,
pub used_dirs_count_lo: u16,
pub flags: u16,
pub exclude_bitmap_lo: u32,
pub block_bitmap_csum_lo: u16,
pub inode_bitmap_csum_lo: u16,
pub itable_unused_lo: u16,
pub checksum: u16,
pub block_bitmap_hi: u32,
pub inode_bitmap_hi: u32,
pub inode_table_first_block_hi: u32,
pub free_blocks_count_hi: u16,
pub free_inodes_count_hi: u16,
pub used_dirs_count_hi: u16,
pub itable_unused_hi: u16,
pub exclude_bitmap_hi: u32,
pub block_bitmap_csum_hi: u16,
pub inode_bitmap_csum_hi: u16,
pub reserved: u32,
}Fields§
§block_bitmap_lo: u32§inode_bitmap_lo: u32§inode_table_first_block_lo: u32§free_blocks_count_lo: u16§free_inodes_count_lo: u16§used_dirs_count_lo: u16§flags: u16§exclude_bitmap_lo: u32§block_bitmap_csum_lo: u16§inode_bitmap_csum_lo: u16§itable_unused_lo: u16§checksum: u16§block_bitmap_hi: u32§inode_bitmap_hi: u32§inode_table_first_block_hi: u32§free_blocks_count_hi: u16§free_inodes_count_hi: u16§used_dirs_count_hi: u16§itable_unused_hi: u16§exclude_bitmap_hi: u32§block_bitmap_csum_hi: u16§inode_bitmap_csum_hi: u16§reserved: u32Trait Implementations§
Source§impl Clone for ext4_bgroup
impl Clone for ext4_bgroup
Source§fn clone(&self) -> ext4_bgroup
fn clone(&self) -> ext4_bgroup
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 ext4_bgroup
impl Debug for ext4_bgroup
impl Copy for ext4_bgroup
Auto Trait Implementations§
impl Freeze for ext4_bgroup
impl RefUnwindSafe for ext4_bgroup
impl Send for ext4_bgroup
impl Sync for ext4_bgroup
impl Unpin for ext4_bgroup
impl UnwindSafe for ext4_bgroup
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