Struct atsamd_hal::pwm::Pwm2
source · [−]pub struct Pwm2 { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pwm2
impl Send for Pwm2
impl !Sync for Pwm2
impl Unpin for Pwm2
impl UnwindSafe for Pwm2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more