#[repr(transparent)]pub struct AoiInput(pub u32);Expand description
AOI0 trigger input connections 0
Tuple Fields§
§0: u32Implementations§
Source§impl AoiInput
impl AoiInput
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 AoiInput
impl Eq for AoiInput
impl StructuralPartialEq for AoiInput
Auto Trait Implementations§
impl Freeze for AoiInput
impl RefUnwindSafe for AoiInput
impl Send for AoiInput
impl Sync for AoiInput
impl Unpin for AoiInput
impl UnwindSafe for AoiInput
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