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