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