pub enum FixedAt {
Base,
Kilo,
Mega,
Giga,
Tera,
Peta,
Exa,
Zetta,
Yotta,
}Expand description
Forces a certain representation of the resulting file size.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedAt
impl RefUnwindSafe for FixedAt
impl Send for FixedAt
impl Sync for FixedAt
impl Unpin for FixedAt
impl UnwindSafe for FixedAt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Base: 0 bytesKilo: 0 bytesMega: 0 bytesGiga: 0 bytesTera: 0 bytesPeta: 0 bytesExa: 0 bytesZetta: 0 bytesYotta: 0 bytes