[−][src]Struct embedded_display_controller::DisplayConfiguration
Display configuration parameters
Fields
active_width: u16active_height: u16h_back_porch: u16h_front_porch: u16v_back_porch: u16v_front_porch: u16h_sync: u16v_sync: u16h_sync_pol: boolhorizontal synchronization: false: active low, true: active high
v_sync_pol: boolvertical synchronization: false: active low, true: active high
not_data_enable_pol: booldata enable: false: active low, true: active high
pixel_clock_pol: boolpixel_clock: false: active low, true: active high
Trait Implementations
impl Clone for DisplayConfiguration[src]
pub fn clone(&self) -> DisplayConfiguration[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DisplayConfiguration[src]
impl Debug for DisplayConfiguration[src]
impl PartialEq<DisplayConfiguration> for DisplayConfiguration[src]
pub fn eq(&self, other: &DisplayConfiguration) -> bool[src]
pub fn ne(&self, other: &DisplayConfiguration) -> bool[src]
impl StructuralPartialEq for DisplayConfiguration[src]
Auto Trait Implementations
impl Send for DisplayConfiguration[src]
impl Sync for DisplayConfiguration[src]
impl Unpin for DisplayConfiguration[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,