#[repr(C)]pub struct btrfs_qgroup_inherit {
pub flags: __u64,
pub num_qgroups: __u64,
pub num_ref_copies: __u64,
pub num_excl_copies: __u64,
pub lim: btrfs_qgroup_limit,
pub qgroups: __IncompleteArrayField<__u64>,
}
Fields§
§flags: __u64
§num_qgroups: __u64
§num_ref_copies: __u64
§num_excl_copies: __u64
§lim: btrfs_qgroup_limit
§qgroups: __IncompleteArrayField<__u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btrfs_qgroup_inherit
impl RefUnwindSafe for btrfs_qgroup_inherit
impl Send for btrfs_qgroup_inherit
impl Sync for btrfs_qgroup_inherit
impl Unpin for btrfs_qgroup_inherit
impl UnwindSafe for btrfs_qgroup_inherit
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