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