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