#[repr(transparent)]pub struct ExtTrig7(pub u32);Expand description
EXT Trigger Connections.
Tuple Fields§
§0: u32Implementations§
Source§impl ExtTrig7
impl ExtTrig7
Sourcepub const fn inp(&self) -> ExtTrig7Inp
pub const fn inp(&self) -> ExtTrig7Inp
TRIG_OUTa pin input connections.
Sourcepub const fn set_inp(&mut self, val: ExtTrig7Inp)
pub const fn set_inp(&mut self, val: ExtTrig7Inp)
TRIG_OUTa pin input connections.
Trait Implementations§
impl Copy for ExtTrig7
impl Eq for ExtTrig7
impl StructuralPartialEq for ExtTrig7
Auto Trait Implementations§
impl Freeze for ExtTrig7
impl RefUnwindSafe for ExtTrig7
impl Send for ExtTrig7
impl Sync for ExtTrig7
impl Unpin for ExtTrig7
impl UnwindSafe for ExtTrig7
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