pub struct ChB<T: Instance> { /* private fields */ }Expand description
HRTIM channel B instance.
Trait Implementations§
impl<T: Instance> AdvancedChannel<T> for ChB<T>
Auto Trait Implementations§
impl<T> Freeze for ChB<T>
impl<T> RefUnwindSafe for ChB<T>where
    T: RefUnwindSafe,
impl<T> Send for ChB<T>where
    T: Send,
impl<T> Sync for ChB<T>where
    T: Sync,
impl<T> Unpin for ChB<T>where
    T: Unpin,
impl<T> UnwindSafe for ChB<T>where
    T: UnwindSafe,
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