#[repr(transparent)]pub struct EvtgTrig14(pub u32);Expand description
EVTG Trigger Input Connections.
Tuple Fields§
§0: u32Implementations§
Source§impl EvtgTrig14
impl EvtgTrig14
Sourcepub const fn inp(&self) -> EvtgTrig14Inp
pub const fn inp(&self) -> EvtgTrig14Inp
EVTG trigger input connections.
Sourcepub const fn set_inp(&mut self, val: EvtgTrig14Inp)
pub const fn set_inp(&mut self, val: EvtgTrig14Inp)
EVTG trigger input connections.
Trait Implementations§
Source§impl Clone for EvtgTrig14
impl Clone for EvtgTrig14
Source§fn clone(&self) -> EvtgTrig14
fn clone(&self) -> EvtgTrig14
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EvtgTrig14
impl Debug for EvtgTrig14
Source§impl Default for EvtgTrig14
impl Default for EvtgTrig14
Source§fn default() -> EvtgTrig14
fn default() -> EvtgTrig14
Returns the “default value” for a type. Read more
Source§impl PartialEq for EvtgTrig14
impl PartialEq for EvtgTrig14
impl Copy for EvtgTrig14
impl Eq for EvtgTrig14
impl StructuralPartialEq for EvtgTrig14
Auto Trait Implementations§
impl Freeze for EvtgTrig14
impl RefUnwindSafe for EvtgTrig14
impl Send for EvtgTrig14
impl Sync for EvtgTrig14
impl Unpin for EvtgTrig14
impl UnwindSafe for EvtgTrig14
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