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