pub struct Clic { /* private fields */ }
Expand description
VPR CLIC registers
Implementations§
Trait Implementations§
impl Copy for Clic
impl Eq for Clic
impl Send for Clic
impl StructuralPartialEq for Clic
impl Sync for Clic
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