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