#[repr(u32)]pub enum PwmPolarity {
ActiveHigh = 10,
ActiveLow = 11,
}
Variants§
Trait Implementations§
Source§impl Clone for PwmPolarity
impl Clone for PwmPolarity
Source§fn clone(&self) -> PwmPolarity
fn clone(&self) -> PwmPolarity
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 PwmPolarity
impl Debug for PwmPolarity
Source§impl PartialEq for PwmPolarity
impl PartialEq for PwmPolarity
impl Copy for PwmPolarity
impl Eq for PwmPolarity
impl StructuralPartialEq for PwmPolarity
Auto Trait Implementations§
impl Freeze for PwmPolarity
impl RefUnwindSafe for PwmPolarity
impl Send for PwmPolarity
impl Sync for PwmPolarity
impl Unpin for PwmPolarity
impl UnwindSafe for PwmPolarity
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