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