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