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