pub struct MultiviewerEdidTemplate(/* private fields */);Expand description
The EDID template a multiviewer presents to its sources.
Implementations§
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