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