#[repr(transparent)]pub struct TrigOut(pub u32);Expand description
EXT trigger connections
Tuple Fields§
§0: u32Implementations§
Source§impl TrigOut
impl TrigOut
Sourcepub const fn inp(&self) -> TrigOutInp
pub const fn inp(&self) -> TrigOutInp
EXT trigger input connections
Sourcepub const fn set_inp(&mut self, val: TrigOutInp)
pub const fn set_inp(&mut self, val: TrigOutInp)
EXT trigger input connections
Trait Implementations§
impl Copy for TrigOut
impl Eq for TrigOut
impl StructuralPartialEq for TrigOut
Auto Trait Implementations§
impl Freeze for TrigOut
impl RefUnwindSafe for TrigOut
impl Send for TrigOut
impl Sync for TrigOut
impl Unpin for TrigOut
impl UnwindSafe for TrigOut
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