pub struct MultiviewerSource(/* private fields */);Expand description
One of a multiviewer’s four inputs.
The wire numbers the inputs from zero and this type from one, so that zero can mean “not reported” the way it does for every other multiviewer setting.
Implementations§
Trait Implementations§
Source§impl Clone for MultiviewerSource
impl Clone for MultiviewerSource
Source§fn clone(&self) -> MultiviewerSource
fn clone(&self) -> MultiviewerSource
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 MultiviewerSource
Source§impl Debug for MultiviewerSource
impl Debug for MultiviewerSource
Source§impl Default for MultiviewerSource
impl Default for MultiviewerSource
Source§fn default() -> MultiviewerSource
fn default() -> MultiviewerSource
Returns the “default value” for a type. Read more
impl Eq for MultiviewerSource
Source§impl Hash for MultiviewerSource
impl Hash for MultiviewerSource
Source§impl Ord for MultiviewerSource
impl Ord for MultiviewerSource
Source§fn cmp(&self, other: &MultiviewerSource) -> Ordering
fn cmp(&self, other: &MultiviewerSource) -> 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 MultiviewerSource
impl PartialEq for MultiviewerSource
Source§impl PartialOrd for MultiviewerSource
impl PartialOrd for MultiviewerSource
impl StructuralPartialEq for MultiviewerSource
Auto Trait Implementations§
impl Freeze for MultiviewerSource
impl RefUnwindSafe for MultiviewerSource
impl Send for MultiviewerSource
impl Sync for MultiviewerSource
impl Unpin for MultiviewerSource
impl UnsafeUnpin for MultiviewerSource
impl UnwindSafe for MultiviewerSource
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