#[repr(C)]pub struct btrfs_qgroup_limit {
pub flags: __u64,
pub max_rfer: __u64,
pub max_excl: __u64,
pub rsv_rfer: __u64,
pub rsv_excl: __u64,
}
Fields§
§flags: __u64
§max_rfer: __u64
§max_excl: __u64
§rsv_rfer: __u64
§rsv_excl: __u64
Trait Implementations§
Source§impl Clone for btrfs_qgroup_limit
impl Clone for btrfs_qgroup_limit
Source§fn clone(&self) -> btrfs_qgroup_limit
fn clone(&self) -> btrfs_qgroup_limit
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 btrfs_qgroup_limit
impl Debug for btrfs_qgroup_limit
impl Copy for btrfs_qgroup_limit
Auto Trait Implementations§
impl Freeze for btrfs_qgroup_limit
impl RefUnwindSafe for btrfs_qgroup_limit
impl Send for btrfs_qgroup_limit
impl Sync for btrfs_qgroup_limit
impl Unpin for btrfs_qgroup_limit
impl UnwindSafe for btrfs_qgroup_limit
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