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