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