pub struct TCD_CSR { /* private fields */ }Expand description
TCD Control and Status
Implementations§
Auto Trait Implementations§
impl !Freeze for TCD_CSR
impl !RefUnwindSafe for TCD_CSR
impl Send for TCD_CSR
impl !Sync for TCD_CSR
impl Unpin for TCD_CSR
impl UnwindSafe for TCD_CSR
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