pub(crate) struct DynSurfaceOutputDetail(Arc<dyn SurfaceOutputDetailInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn SurfaceOutputDetailInterface>
Implementations§
Source§impl DynSurfaceOutputDetail
impl DynSurfaceOutputDetail
pub(crate) fn new<T: SurfaceOutputDetailInterface>(t: T) -> Self
pub(crate) fn downcast<T: SurfaceOutputDetailInterface>(&self) -> Option<&T>
Trait Implementations§
Source§impl Clone for DynSurfaceOutputDetail
impl Clone for DynSurfaceOutputDetail
Source§fn clone(&self) -> DynSurfaceOutputDetail
fn clone(&self) -> DynSurfaceOutputDetail
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DynSurfaceOutputDetail
impl Debug for DynSurfaceOutputDetail
Source§impl Deref for DynSurfaceOutputDetail
impl Deref for DynSurfaceOutputDetail
Source§impl Hash for DynSurfaceOutputDetail
impl Hash for DynSurfaceOutputDetail
Source§impl Ord for DynSurfaceOutputDetail
impl Ord for DynSurfaceOutputDetail
Source§impl PartialEq for DynSurfaceOutputDetail
impl PartialEq for DynSurfaceOutputDetail
Source§impl PartialOrd for DynSurfaceOutputDetail
impl PartialOrd for DynSurfaceOutputDetail
impl Eq for DynSurfaceOutputDetail
Auto Trait Implementations§
impl Freeze for DynSurfaceOutputDetail
impl !RefUnwindSafe for DynSurfaceOutputDetail
impl Send for DynSurfaceOutputDetail
impl Sync for DynSurfaceOutputDetail
impl Unpin for DynSurfaceOutputDetail
impl !UnwindSafe for DynSurfaceOutputDetail
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.