pub struct MultiviewerPipPosition(/* private fields */);Expand description
The corner a multiviewer places its picture-in-picture window in.
Implementations§
Source§impl MultiviewerPipPosition
impl MultiviewerPipPosition
Sourcepub const LEFT_BOTTOM: Self
pub const LEFT_BOTTOM: Self
Bottom left.
Sourcepub const RIGHT_BOTTOM: Self
pub const RIGHT_BOTTOM: Self
Bottom right.
Trait Implementations§
Source§impl Clone for MultiviewerPipPosition
impl Clone for MultiviewerPipPosition
Source§fn clone(&self) -> MultiviewerPipPosition
fn clone(&self) -> MultiviewerPipPosition
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 MultiviewerPipPosition
Source§impl Debug for MultiviewerPipPosition
impl Debug for MultiviewerPipPosition
Source§impl Default for MultiviewerPipPosition
impl Default for MultiviewerPipPosition
Source§fn default() -> MultiviewerPipPosition
fn default() -> MultiviewerPipPosition
Returns the “default value” for a type. Read more
impl Eq for MultiviewerPipPosition
Source§impl Hash for MultiviewerPipPosition
impl Hash for MultiviewerPipPosition
Source§impl Ord for MultiviewerPipPosition
impl Ord for MultiviewerPipPosition
Source§fn cmp(&self, other: &MultiviewerPipPosition) -> Ordering
fn cmp(&self, other: &MultiviewerPipPosition) -> 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 MultiviewerPipPosition
impl PartialEq for MultiviewerPipPosition
Source§impl PartialOrd for MultiviewerPipPosition
impl PartialOrd for MultiviewerPipPosition
impl StructuralPartialEq for MultiviewerPipPosition
Auto Trait Implementations§
impl Freeze for MultiviewerPipPosition
impl RefUnwindSafe for MultiviewerPipPosition
impl Send for MultiviewerPipPosition
impl Sync for MultiviewerPipPosition
impl Unpin for MultiviewerPipPosition
impl UnsafeUnpin for MultiviewerPipPosition
impl UnwindSafe for MultiviewerPipPosition
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