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