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