Enum glycin_utils::MemoryFormatBytes
source · pub enum MemoryFormatBytes {
B1,
B2,
B3,
B4,
B6,
B8,
B12,
B16,
}Variants§
Implementations§
Auto Trait Implementations§
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