Enum d1_pac::ledc::ledc_ctrl::LED_MSB__A
source · pub enum LED_MSB__A {
LSB = 0,
MSB = 1,
}
Expand description
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for LED_MSB__A
impl Clone for LED_MSB__A
source§fn clone(&self) -> LED_MSB__A
fn clone(&self) -> LED_MSB__A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LED_MSB__A
impl Debug for LED_MSB__A
source§impl From<LED_MSB__A> for bool
impl From<LED_MSB__A> for bool
source§fn from(variant: LED_MSB__A) -> Self
fn from(variant: LED_MSB__A) -> Self
Converts to this type from the input type.
source§impl PartialEq for LED_MSB__A
impl PartialEq for LED_MSB__A
impl Copy for LED_MSB__A
impl Eq for LED_MSB__A
impl StructuralPartialEq for LED_MSB__A
Auto Trait Implementations§
impl Freeze for LED_MSB__A
impl RefUnwindSafe for LED_MSB__A
impl Send for LED_MSB__A
impl Sync for LED_MSB__A
impl Unpin for LED_MSB__A
impl UnwindSafe for LED_MSB__A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)