pub struct DmacClock<STATE> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<STATE> Freeze for DmacClock<STATE>
impl<STATE> RefUnwindSafe for DmacClock<STATE>where
STATE: RefUnwindSafe,
impl<STATE> Send for DmacClock<STATE>where
STATE: Send,
impl<STATE> Sync for DmacClock<STATE>where
STATE: Sync,
impl<STATE> Unpin for DmacClock<STATE>where
STATE: Unpin,
impl<STATE> UnsafeUnpin for DmacClock<STATE>
impl<STATE> UnwindSafe for DmacClock<STATE>where
STATE: 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