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