#[repr(u8)]pub enum Lpop {
LOW_LAT = 0,
LOW_POWER = 1,
_RESERVED_2 = 2,
FULL_LOW_POWER = 3,
}
Variants§
LOW_LAT = 0
Low-latency operation
LOW_POWER = 1
Low-power operation
_RESERVED_2 = 2
FULL_LOW_POWER = 3
Full Low-power operation
Implementations§
Trait Implementations§
Source§impl Ord for Lpop
impl Ord for Lpop
Source§impl PartialOrd for Lpop
impl PartialOrd for Lpop
impl Copy for Lpop
impl Eq for Lpop
impl StructuralPartialEq for Lpop
Auto Trait Implementations§
impl Freeze for Lpop
impl RefUnwindSafe for Lpop
impl Send for Lpop
impl Sync for Lpop
impl Unpin for Lpop
impl UnwindSafe for Lpop
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)