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