pub struct Scg { /* private fields */ }Expand description
System Clock Generator
Implementations§
Trait Implementations§
impl Copy for Scg
impl Eq for Scg
impl Send for Scg
impl StructuralPartialEq for Scg
impl Sync for Scg
Auto Trait Implementations§
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