pub struct MultiviewerBool(/* private fields */);Expand description
A multiviewer setting that is on, off, or not reported.
Implementations§
Trait Implementations§
Source§impl Clone for MultiviewerBool
impl Clone for MultiviewerBool
Source§fn clone(&self) -> MultiviewerBool
fn clone(&self) -> MultiviewerBool
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 MultiviewerBool
Source§impl Debug for MultiviewerBool
impl Debug for MultiviewerBool
Source§impl Default for MultiviewerBool
impl Default for MultiviewerBool
Source§fn default() -> MultiviewerBool
fn default() -> MultiviewerBool
Returns the “default value” for a type. Read more
impl Eq for MultiviewerBool
Source§impl Hash for MultiviewerBool
impl Hash for MultiviewerBool
Source§impl Ord for MultiviewerBool
impl Ord for MultiviewerBool
Source§fn cmp(&self, other: &MultiviewerBool) -> Ordering
fn cmp(&self, other: &MultiviewerBool) -> 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 MultiviewerBool
impl PartialEq for MultiviewerBool
Source§impl PartialOrd for MultiviewerBool
impl PartialOrd for MultiviewerBool
impl StructuralPartialEq for MultiviewerBool
Auto Trait Implementations§
impl Freeze for MultiviewerBool
impl RefUnwindSafe for MultiviewerBool
impl Send for MultiviewerBool
impl Sync for MultiviewerBool
impl Unpin for MultiviewerBool
impl UnsafeUnpin for MultiviewerBool
impl UnwindSafe for MultiviewerBool
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