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