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