pub struct MultiviewerItcMode(/* private fields */);Expand description
The IT-content flag a multiviewer sets on its output.
Implementations§
Trait Implementations§
Source§impl Clone for MultiviewerItcMode
impl Clone for MultiviewerItcMode
Source§fn clone(&self) -> MultiviewerItcMode
fn clone(&self) -> MultiviewerItcMode
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 MultiviewerItcMode
Source§impl Debug for MultiviewerItcMode
impl Debug for MultiviewerItcMode
Source§impl Default for MultiviewerItcMode
impl Default for MultiviewerItcMode
Source§fn default() -> MultiviewerItcMode
fn default() -> MultiviewerItcMode
Returns the “default value” for a type. Read more
impl Eq for MultiviewerItcMode
Source§impl Hash for MultiviewerItcMode
impl Hash for MultiviewerItcMode
Source§impl Ord for MultiviewerItcMode
impl Ord for MultiviewerItcMode
Source§fn cmp(&self, other: &MultiviewerItcMode) -> Ordering
fn cmp(&self, other: &MultiviewerItcMode) -> 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 MultiviewerItcMode
impl PartialEq for MultiviewerItcMode
Source§impl PartialOrd for MultiviewerItcMode
impl PartialOrd for MultiviewerItcMode
impl StructuralPartialEq for MultiviewerItcMode
Auto Trait Implementations§
impl Freeze for MultiviewerItcMode
impl RefUnwindSafe for MultiviewerItcMode
impl Send for MultiviewerItcMode
impl Sync for MultiviewerItcMode
impl Unpin for MultiviewerItcMode
impl UnsafeUnpin for MultiviewerItcMode
impl UnwindSafe for MultiviewerItcMode
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