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