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