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