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