#[repr(u8)]pub enum Frpbs {
M_64BYTES = 0,
M_128BYTES = 1,
M_256BYTES = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Frpbs
impl Ord for Frpbs
Source§impl PartialOrd for Frpbs
impl PartialOrd for Frpbs
impl Copy for Frpbs
impl Eq for Frpbs
impl StructuralPartialEq for Frpbs
Auto Trait Implementations§
impl Freeze for Frpbs
impl RefUnwindSafe for Frpbs
impl Send for Frpbs
impl Sync for Frpbs
impl Unpin for Frpbs
impl UnwindSafe for Frpbs
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