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