Enum esp32c2_hal::gpio::RtcFunction
source · pub enum RtcFunction {
Rtc = 0,
Digital = 1,
}
Variants§
Trait Implementations§
source§impl PartialEq for RtcFunction
impl PartialEq for RtcFunction
source§fn eq(&self, other: &RtcFunction) -> bool
fn eq(&self, other: &RtcFunction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RtcFunction
Auto Trait Implementations§
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