pub struct ExtRefClock;Expand description
External Reference Clock source
Auto Trait Implementations§
impl Freeze for ExtRefClock
impl RefUnwindSafe for ExtRefClock
impl Send for ExtRefClock
impl Sync for ExtRefClock
impl Unpin for ExtRefClock
impl UnwindSafe for ExtRefClock
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