pub enum PWMStream {
PWMA,
PWMB,
}
Expand description
Input/Output Stream descriptor for each channel
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for PWMStream
impl Send for PWMStream
impl Sync for PWMStream
impl Unpin for PWMStream
impl UnwindSafe for PWMStream
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