[−][src]Struct embedded_display_controller::DisplayConfiguration
Display configuration parameters
Fields
active_width: u16
active_height: u16
h_back_porch: u16
h_front_porch: u16
v_back_porch: u16
v_front_porch: u16
h_sync: u16
v_sync: u16
h_sync_pol: bool
horizontal synchronization: false
: active low, true
: active high
v_sync_pol: bool
vertical synchronization: false
: active low, true
: active high
not_data_enable_pol: bool
data enable: false
: active low, true
: active high
pixel_clock_pol: bool
pixel_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>,