#[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 duplicate 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