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