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