pub enum MemoryFormatBytes {
B1 = 1,
B2 = 2,
B3 = 3,
B4 = 4,
B6 = 6,
B8 = 8,
B12 = 12,
B16 = 16,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MemoryFormatBytes
impl Clone for MemoryFormatBytes
Source§fn clone(&self) -> MemoryFormatBytes
fn clone(&self) -> MemoryFormatBytes
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 MemoryFormatBytes
impl Debug for MemoryFormatBytes
Source§impl Ord for MemoryFormatBytes
impl Ord for MemoryFormatBytes
Source§fn cmp(&self, other: &MemoryFormatBytes) -> Ordering
fn cmp(&self, other: &MemoryFormatBytes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemoryFormatBytes
impl PartialEq for MemoryFormatBytes
Source§impl PartialOrd for MemoryFormatBytes
impl PartialOrd for MemoryFormatBytes
impl Copy for MemoryFormatBytes
impl Eq for MemoryFormatBytes
impl StructuralPartialEq for MemoryFormatBytes
Auto Trait Implementations§
impl Freeze for MemoryFormatBytes
impl RefUnwindSafe for MemoryFormatBytes
impl Send for MemoryFormatBytes
impl Sync for MemoryFormatBytes
impl Unpin for MemoryFormatBytes
impl UnwindSafe for MemoryFormatBytes
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