pub struct AcChannel { /* private fields */ }
Expand description
Representation of an AC channel on the SAM4L.
Implementations§
Auto Trait Implementations§
impl Freeze for AcChannel
impl RefUnwindSafe for AcChannel
impl Send for AcChannel
impl Sync for AcChannel
impl Unpin for AcChannel
impl UnwindSafe for AcChannel
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