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