#[repr(u16)]pub enum PairOperation {
Complementary = 0,
Independent = 1,
}Expand description
Describes how PWM channels A and B operate.
Variants§
Trait Implementations§
Source§impl Clone for PairOperation
impl Clone for PairOperation
Source§fn clone(&self) -> PairOperation
fn clone(&self) -> PairOperation
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 PairOperation
impl Debug for PairOperation
Source§impl PartialEq for PairOperation
impl PartialEq for PairOperation
impl Copy for PairOperation
impl Eq for PairOperation
impl StructuralPartialEq for PairOperation
Auto Trait Implementations§
impl Freeze for PairOperation
impl RefUnwindSafe for PairOperation
impl Send for PairOperation
impl Sync for PairOperation
impl Unpin for PairOperation
impl UnwindSafe for PairOperation
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