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