pub struct SSCGR { /* private fields */ }
Expand description
spread spectrum clock generation register
Implementations§
Auto Trait Implementations§
impl !Freeze for SSCGR
impl !RefUnwindSafe for SSCGR
impl Send for SSCGR
impl !Sync for SSCGR
impl Unpin for SSCGR
impl UnwindSafe for SSCGR
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