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