pub struct MultiviewerEdidTemplate(/* private fields */);Expand description
The EDID template a multiviewer presents to its sources.
A template’s name is the largest resolution it advertises and the audio format it declares support for.
Implementations§
Source§impl MultiviewerEdidTemplate
impl MultiviewerEdidTemplate
Sourcepub const EDID_UNKNOWN: Self
pub const EDID_UNKNOWN: Self
The device reports no template.
Sourcepub const EDID_4K2K60_444_STEREO: Self
pub const EDID_4K2K60_444_STEREO: Self
4K2K60 4:4:4, stereo 2.0.
Sourcepub const EDID_4K2K60_444_DOLBY_DTS_51: Self
pub const EDID_4K2K60_444_DOLBY_DTS_51: Self
4K2K60 4:4:4, Dolby/DTS 5.1.
Sourcepub const EDID_4K2K60_444_HD_AUDIO_71: Self
pub const EDID_4K2K60_444_HD_AUDIO_71: Self
4K2K60 4:4:4, HD audio 7.1.
Sourcepub const EDID_4K2K30_444_STEREO: Self
pub const EDID_4K2K30_444_STEREO: Self
4K2K30 4:4:4, stereo 2.0.
Sourcepub const EDID_4K2K30_444_DOLBY_DTS_51: Self
pub const EDID_4K2K30_444_DOLBY_DTS_51: Self
4K2K30 4:4:4, Dolby/DTS 5.1.
Sourcepub const EDID_4K2K30_444_HD_AUDIO_71: Self
pub const EDID_4K2K30_444_HD_AUDIO_71: Self
4K2K30 4:4:4, HD audio 7.1.
Sourcepub const EDID_1080P_STEREO: Self
pub const EDID_1080P_STEREO: Self
1080p, stereo 2.0.
Sourcepub const EDID_1080P_DOLBY_DTS_51: Self
pub const EDID_1080P_DOLBY_DTS_51: Self
1080p, Dolby/DTS 5.1.
Sourcepub const EDID_1080P_HD_AUDIO_71: Self
pub const EDID_1080P_HD_AUDIO_71: Self
1080p, HD audio 7.1.
Sourcepub const EDID_1920X1200_STEREO: Self
pub const EDID_1920X1200_STEREO: Self
1920x1200, stereo 2.0.
Sourcepub const EDID_1680X1050_STEREO: Self
pub const EDID_1680X1050_STEREO: Self
1680x1050, stereo 2.0.
Sourcepub const EDID_1600X1200_STEREO: Self
pub const EDID_1600X1200_STEREO: Self
1600x1200, stereo 2.0.
Sourcepub const EDID_1440X900_STEREO: Self
pub const EDID_1440X900_STEREO: Self
1440x900, stereo 2.0.
Sourcepub const EDID_1360X768_STEREO: Self
pub const EDID_1360X768_STEREO: Self
1360x768, stereo 2.0.
Sourcepub const EDID_1280X1024_STEREO: Self
pub const EDID_1280X1024_STEREO: Self
1280x1024, stereo 2.0.
Sourcepub const EDID_1024X768_STEREO: Self
pub const EDID_1024X768_STEREO: Self
1024x768, stereo 2.0.
Sourcepub const EDID_720P_STEREO: Self
pub const EDID_720P_STEREO: Self
720p, stereo 2.0.
Sourcepub const EDID_COPY_OUTPUT: Self
pub const EDID_COPY_OUTPUT: Self
Whatever the display connected to the HDMI output presents. The template a multiviewer leaves the factory with.
Sourcepub const EDID_CUSTOM: Self
pub const EDID_CUSTOM: Self
The EDID loaded onto the device.
Trait Implementations§
Source§impl Clone for MultiviewerEdidTemplate
impl Clone for MultiviewerEdidTemplate
Source§fn clone(&self) -> MultiviewerEdidTemplate
fn clone(&self) -> MultiviewerEdidTemplate
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 MultiviewerEdidTemplate
Source§impl Debug for MultiviewerEdidTemplate
impl Debug for MultiviewerEdidTemplate
Source§impl Default for MultiviewerEdidTemplate
impl Default for MultiviewerEdidTemplate
Source§fn default() -> MultiviewerEdidTemplate
fn default() -> MultiviewerEdidTemplate
Returns the “default value” for a type. Read more
impl Eq for MultiviewerEdidTemplate
Source§impl Hash for MultiviewerEdidTemplate
impl Hash for MultiviewerEdidTemplate
Source§impl Ord for MultiviewerEdidTemplate
impl Ord for MultiviewerEdidTemplate
Source§fn cmp(&self, other: &MultiviewerEdidTemplate) -> Ordering
fn cmp(&self, other: &MultiviewerEdidTemplate) -> 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 MultiviewerEdidTemplate
impl PartialEq for MultiviewerEdidTemplate
Source§impl PartialOrd for MultiviewerEdidTemplate
impl PartialOrd for MultiviewerEdidTemplate
impl StructuralPartialEq for MultiviewerEdidTemplate
Auto Trait Implementations§
impl Freeze for MultiviewerEdidTemplate
impl RefUnwindSafe for MultiviewerEdidTemplate
impl Send for MultiviewerEdidTemplate
impl Sync for MultiviewerEdidTemplate
impl Unpin for MultiviewerEdidTemplate
impl UnsafeUnpin for MultiviewerEdidTemplate
impl UnwindSafe for MultiviewerEdidTemplate
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