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