pub struct JCHGR { /* private fields */ }Expand description
injected channel group selection register
Implementations§
Auto Trait Implementations§
impl !Freeze for JCHGR
impl !RefUnwindSafe for JCHGR
impl Send for JCHGR
impl !Sync for JCHGR
impl Unpin for JCHGR
impl UnwindSafe for JCHGR
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