Enum nix::sys::quota::QuotaFmt [−][src]
pub enum QuotaFmt { QFMT_VFS_OLD, QFMT_VFS_V0, QFMT_VFS_V1, }
The type of quota format to use.
Variants
Use the original quota format.
Use the standard VFS v0 quota format.
Handles 32-bit UIDs/GIDs and quota limits up to 232 bytes/232 inodes.
Use the VFS v1 quota format.
Handles 32-bit UIDs/GIDs and quota limits of 264 bytes/264 inodes.
Trait Implementations
impl Clone for QuotaFmt
[src][+]
impl Copy for QuotaFmt
[src]
impl Debug for QuotaFmt
[src][+]
impl Eq for QuotaFmt
[src]
impl Hash for QuotaFmt
[src][+]
impl Ord for QuotaFmt
[src][+]
impl PartialEq<QuotaFmt> for QuotaFmt
[src][+]
impl PartialOrd<QuotaFmt> for QuotaFmt
[src][+]
impl StructuralEq for QuotaFmt
[src]
impl StructuralPartialEq for QuotaFmt
[src]
Auto Trait Implementations
impl RefUnwindSafe for QuotaFmt
impl Send for QuotaFmt
impl Sync for QuotaFmt
impl Unpin for QuotaFmt
impl UnwindSafe for QuotaFmt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,