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