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