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