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