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