pub enum RtcFunction {
Rtc = 0,
Digital = 1,
}
Variants§
Trait Implementations§
Source§impl PartialEq for RtcFunction
impl PartialEq for RtcFunction
impl StructuralPartialEq for RtcFunction
Auto Trait Implementations§
impl Freeze for RtcFunction
impl RefUnwindSafe for RtcFunction
impl Send for RtcFunction
impl Sync for RtcFunction
impl Unpin for RtcFunction
impl UnwindSafe for RtcFunction
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