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