#[repr(transparent)]pub struct Ctiinen(pub u32);
Expand description
Description collection: CTI Trigger input
Tuple Fields§
§0: u32
Implementations§
Source§impl Ctiinen
impl Ctiinen
Sourcepub const fn triginen_0(&self) -> bool
pub const fn triginen_0(&self) -> bool
Enables a cross trigger event to channel 0 when a ctitrigin input is activated.
Sourcepub fn set_triginen_0(&mut self, val: bool)
pub fn set_triginen_0(&mut self, val: bool)
Enables a cross trigger event to channel 0 when a ctitrigin input is activated.
Sourcepub const fn triginen_1(&self) -> bool
pub const fn triginen_1(&self) -> bool
Enables a cross trigger event to channel 1 when a ctitrigin input is activated.
Sourcepub fn set_triginen_1(&mut self, val: bool)
pub fn set_triginen_1(&mut self, val: bool)
Enables a cross trigger event to channel 1 when a ctitrigin input is activated.
Sourcepub const fn triginen_2(&self) -> bool
pub const fn triginen_2(&self) -> bool
Enables a cross trigger event to channel 2 when a ctitrigin input is activated.
Sourcepub fn set_triginen_2(&mut self, val: bool)
pub fn set_triginen_2(&mut self, val: bool)
Enables a cross trigger event to channel 2 when a ctitrigin input is activated.
Sourcepub const fn triginen_3(&self) -> bool
pub const fn triginen_3(&self) -> bool
Enables a cross trigger event to channel 3 when a ctitrigin input is activated.
Sourcepub fn set_triginen_3(&mut self, val: bool)
pub fn set_triginen_3(&mut self, val: bool)
Enables a cross trigger event to channel 3 when a ctitrigin input is activated.
Trait Implementations§
impl Copy for Ctiinen
impl Eq for Ctiinen
impl StructuralPartialEq for Ctiinen
Auto Trait Implementations§
impl Freeze for Ctiinen
impl RefUnwindSafe for Ctiinen
impl Send for Ctiinen
impl Sync for Ctiinen
impl Unpin for Ctiinen
impl UnwindSafe for Ctiinen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)