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