pub struct MultiviewerOutputMode(/* private fields */);Expand description
The resolution and refresh rate a multiviewer drives its output at.
Implementations§
Source§impl MultiviewerOutputMode
impl MultiviewerOutputMode
Sourcepub const WUXGA_P60_RB: Self
pub const WUXGA_P60_RB: Self
1920x1200p60, reduced blanking.
Sourcepub const HD1080_P60: Self
pub const HD1080_P60: Self
1920x1080p60.
Sourcepub const HD1080_P50: Self
pub const HD1080_P50: Self
1920x1080p50.
Sourcepub const WXGA800_P60: Self
pub const WXGA800_P60: Self
1280x800p60.
Trait Implementations§
Source§impl Clone for MultiviewerOutputMode
impl Clone for MultiviewerOutputMode
Source§fn clone(&self) -> MultiviewerOutputMode
fn clone(&self) -> MultiviewerOutputMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MultiviewerOutputMode
Source§impl Debug for MultiviewerOutputMode
impl Debug for MultiviewerOutputMode
Source§impl Default for MultiviewerOutputMode
impl Default for MultiviewerOutputMode
Source§fn default() -> MultiviewerOutputMode
fn default() -> MultiviewerOutputMode
Returns the “default value” for a type. Read more
impl Eq for MultiviewerOutputMode
Source§impl Hash for MultiviewerOutputMode
impl Hash for MultiviewerOutputMode
Source§impl Ord for MultiviewerOutputMode
impl Ord for MultiviewerOutputMode
Source§fn cmp(&self, other: &MultiviewerOutputMode) -> Ordering
fn cmp(&self, other: &MultiviewerOutputMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MultiviewerOutputMode
impl PartialEq for MultiviewerOutputMode
Source§impl PartialOrd for MultiviewerOutputMode
impl PartialOrd for MultiviewerOutputMode
impl StructuralPartialEq for MultiviewerOutputMode
Auto Trait Implementations§
impl Freeze for MultiviewerOutputMode
impl RefUnwindSafe for MultiviewerOutputMode
impl Send for MultiviewerOutputMode
impl Sync for MultiviewerOutputMode
impl Unpin for MultiviewerOutputMode
impl UnsafeUnpin for MultiviewerOutputMode
impl UnwindSafe for MultiviewerOutputMode
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