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