#[repr(transparent)]pub struct LutInpMux(pub u32);Expand description
Input select register for LUTn (0 to 25), Inputx (5 inputs)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for LutInpMux
impl Eq for LutInpMux
impl StructuralPartialEq for LutInpMux
Auto Trait Implementations§
impl Freeze for LutInpMux
impl RefUnwindSafe for LutInpMux
impl Send for LutInpMux
impl Sync for LutInpMux
impl Unpin for LutInpMux
impl UnwindSafe for LutInpMux
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