Enum embedded_c_sdk_bind_hal::pwm::PwmChannel
source · #[repr(u8)]pub enum PwmChannel {
CH0 = 0,
CH1 = 1,
CH2 = 2,
CH3 = 3,
CH4 = 4,
CH5 = 5,
CH6 = 6,
CH7 = 7,
}
Variants§
Trait Implementations§
source§impl Clone for PwmChannel
impl Clone for PwmChannel
source§fn clone(&self) -> PwmChannel
fn clone(&self) -> PwmChannel
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 PwmChannel
impl Debug for PwmChannel
source§impl PartialEq for PwmChannel
impl PartialEq for PwmChannel
impl Copy for PwmChannel
impl Eq for PwmChannel
impl StructuralPartialEq for PwmChannel
Auto Trait Implementations§
impl Freeze for PwmChannel
impl RefUnwindSafe for PwmChannel
impl Send for PwmChannel
impl Sync for PwmChannel
impl Unpin for PwmChannel
impl UnwindSafe for PwmChannel
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§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
)