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