pub enum BinaryPrefix {
Yobi,
Zebi,
Exbi,
Pebi,
Tebi,
Gibi,
Mebi,
Kibi,
}Expand description
Parameter for CONVERT().
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryPrefix
impl RefUnwindSafe for BinaryPrefix
impl Send for BinaryPrefix
impl Sync for BinaryPrefix
impl Unpin for BinaryPrefix
impl UnsafeUnpin for BinaryPrefix
impl UnwindSafe for BinaryPrefix
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