Enum Rsize
#[repr(u8)]pub enum Rsize {
_RESERVED_0 = 0,
MegaBytes2 = 1,
MegaBytes4 = 2,
MegaBytes8 = 3,
MegaBytes16 = 4,
MegaBytes32 = 5,
MegaBytes64 = 6,
MegaBytes128 = 7,
}Variants§
_RESERVED_0 = 0
MegaBytes2 = 1
MegaBytes4 = 2
MegaBytes8 = 3
MegaBytes16 = 4
MegaBytes32 = 5
MegaBytes64 = 6
MegaBytes128 = 7
Implementations§
Trait Implementations§
impl Copy for Rsize
impl Eq for Rsize
§impl Ord for Rsize
impl Ord for Rsize
1.21.0 (const: unstable) · 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
§impl PartialOrd for Rsize
impl PartialOrd for Rsize
impl StructuralPartialEq for Rsize
Auto Trait Implementations§
impl Freeze for Rsize
impl RefUnwindSafe for Rsize
impl Send for Rsize
impl Sync for Rsize
impl Unpin for Rsize
impl UnsafeUnpin for Rsize
impl UnwindSafe for Rsize
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