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