pub struct VideoWallOp(/* private fields */);Expand description
What a VideoWallCommand asks the sink to do with the window.
Implementations§
Trait Implementations§
Source§impl Clone for VideoWallOp
impl Clone for VideoWallOp
Source§fn clone(&self) -> VideoWallOp
fn clone(&self) -> VideoWallOp
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 VideoWallOp
Source§impl Debug for VideoWallOp
impl Debug for VideoWallOp
Source§impl Default for VideoWallOp
impl Default for VideoWallOp
Source§fn default() -> VideoWallOp
fn default() -> VideoWallOp
Returns the “default value” for a type. Read more
Source§impl Display for VideoWallOp
impl Display for VideoWallOp
impl Eq for VideoWallOp
Source§impl Hash for VideoWallOp
impl Hash for VideoWallOp
Source§impl Ord for VideoWallOp
impl Ord for VideoWallOp
Source§fn cmp(&self, other: &VideoWallOp) -> Ordering
fn cmp(&self, other: &VideoWallOp) -> 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 VideoWallOp
impl PartialEq for VideoWallOp
Source§impl PartialOrd for VideoWallOp
impl PartialOrd for VideoWallOp
impl StructuralPartialEq for VideoWallOp
Auto Trait Implementations§
impl Freeze for VideoWallOp
impl RefUnwindSafe for VideoWallOp
impl Send for VideoWallOp
impl Sync for VideoWallOp
impl Unpin for VideoWallOp
impl UnsafeUnpin for VideoWallOp
impl UnwindSafe for VideoWallOp
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