pub struct CAC { /* private fields */ }Expand description
Clock Frequency Accuracy Measurement Circuit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CAC
impl RefUnwindSafe for CAC
impl !Sync for CAC
impl Unpin for CAC
impl UnwindSafe for CAC
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