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