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