pub struct DataPins4Lines<P4, P5, P6, P7>where
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,{
pub data4: P4,
pub data5: P5,
pub data6: P6,
pub data7: P7,
}Expand description
Four data lines pin wiring setup.
Fields§
§data4: P4§data5: P5§data6: P6§data7: P7Trait Implementations§
Source§impl<P4, P5, P6, P7> Init for DataPins4Lines<P4, P5, P6, P7>where
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,
impl<P4, P5, P6, P7> Init for DataPins4Lines<P4, P5, P6, P7>where
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,
Auto Trait Implementations§
impl<P4, P5, P6, P7> Freeze for DataPins4Lines<P4, P5, P6, P7>
impl<P4, P5, P6, P7> RefUnwindSafe for DataPins4Lines<P4, P5, P6, P7>
impl<P4, P5, P6, P7> Send for DataPins4Lines<P4, P5, P6, P7>
impl<P4, P5, P6, P7> Sync for DataPins4Lines<P4, P5, P6, P7>
impl<P4, P5, P6, P7> Unpin for DataPins4Lines<P4, P5, P6, P7>
impl<P4, P5, P6, P7> UnwindSafe for DataPins4Lines<P4, P5, P6, P7>
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