#[repr(C)]pub struct INT_CH { /* private fields */ }Expand description
Cluster INT_CH%s, containing INT_RAW_CH?, INT_ST_CH?, INT_ENA_CH?, INT_CLR_CH?
Implementations§
Auto Trait Implementations§
impl !Freeze for INT_CH
impl !RefUnwindSafe for INT_CH
impl Send for INT_CH
impl !Sync for INT_CH
impl Unpin for INT_CH
impl UnwindSafe for INT_CH
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