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