#[repr(C)]pub struct ext4_new_group_input {
pub group: __u32,
pub block_bitmap: __u64,
pub inode_bitmap: __u64,
pub inode_table: __u64,
pub blocks_count: __u32,
pub reserved_blocks: __u16,
pub unused: __u16,
}Fields§
§group: __u32§block_bitmap: __u64§inode_bitmap: __u64§inode_table: __u64§blocks_count: __u32§reserved_blocks: __u16§unused: __u16Trait Implementations§
Source§impl Clone for ext4_new_group_input
impl Clone for ext4_new_group_input
Source§fn clone(&self) -> ext4_new_group_input
fn clone(&self) -> ext4_new_group_input
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 ext4_new_group_input
impl Debug for ext4_new_group_input
impl Copy for ext4_new_group_input
Auto Trait Implementations§
impl Freeze for ext4_new_group_input
impl RefUnwindSafe for ext4_new_group_input
impl Send for ext4_new_group_input
impl Sync for ext4_new_group_input
impl Unpin for ext4_new_group_input
impl UnwindSafe for ext4_new_group_input
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