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