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