#[repr(transparent)]pub struct Sct0Inmux(pub u32);Expand description
Inputmux Register for SCT0 Input
Tuple Fields§
§0: u32Implementations§
Source§impl Sct0Inmux
impl Sct0Inmux
Sourcepub const fn inp(&self) -> Sct0InmuxInp
pub const fn inp(&self) -> Sct0InmuxInp
Input number to SCT0 inputs.
Sourcepub const fn set_inp(&mut self, val: Sct0InmuxInp)
pub const fn set_inp(&mut self, val: Sct0InmuxInp)
Input number to SCT0 inputs.
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