#[repr(transparent)]pub struct Chcfg(pub u32);Expand description
Channel index Configuration Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Chcfg
impl Eq for Chcfg
impl StructuralPartialEq for Chcfg
Auto Trait Implementations§
impl Freeze for Chcfg
impl RefUnwindSafe for Chcfg
impl Send for Chcfg
impl Sync for Chcfg
impl Unpin for Chcfg
impl UnwindSafe for Chcfg
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