pub struct MaterializedOutput<O> { /* private fields */ }Expand description
Typed handle for a materialized output surface.
Implementations§
Trait Implementations§
Source§impl<O: Clone> Clone for MaterializedOutput<O>
impl<O: Clone> Clone for MaterializedOutput<O>
Source§fn clone(&self) -> MaterializedOutput<O>
fn clone(&self) -> MaterializedOutput<O>
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<O: Copy> Copy for MaterializedOutput<O>
Source§impl<O: Debug> Debug for MaterializedOutput<O>
impl<O: Debug> Debug for MaterializedOutput<O>
impl<O: Eq> Eq for MaterializedOutput<O>
Source§impl<O: Hash> Hash for MaterializedOutput<O>
impl<O: Hash> Hash for MaterializedOutput<O>
Source§impl<O: Ord> Ord for MaterializedOutput<O>
impl<O: Ord> Ord for MaterializedOutput<O>
Source§fn cmp(&self, other: &MaterializedOutput<O>) -> Ordering
fn cmp(&self, other: &MaterializedOutput<O>) -> 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
Source§impl<O: PartialEq> PartialEq for MaterializedOutput<O>
impl<O: PartialEq> PartialEq for MaterializedOutput<O>
Source§fn eq(&self, other: &MaterializedOutput<O>) -> bool
fn eq(&self, other: &MaterializedOutput<O>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<O: PartialOrd> PartialOrd for MaterializedOutput<O>
impl<O: PartialOrd> PartialOrd for MaterializedOutput<O>
impl<O: PartialEq> StructuralPartialEq for MaterializedOutput<O>
Auto Trait Implementations§
impl<O> Freeze for MaterializedOutput<O>
impl<O> RefUnwindSafe for MaterializedOutput<O>
impl<O> Send for MaterializedOutput<O>
impl<O> Sync for MaterializedOutput<O>
impl<O> Unpin for MaterializedOutput<O>
impl<O> UnsafeUnpin for MaterializedOutput<O>
impl<O> UnwindSafe for MaterializedOutput<O>
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