Struct webrender::composite::ResolvedExternalSurfaceIndex
source · pub struct ResolvedExternalSurfaceIndex(pub usize);
Tuple Fields§
§0: usize
Implementations§
source§impl ResolvedExternalSurfaceIndex
impl ResolvedExternalSurfaceIndex
pub const INVALID: ResolvedExternalSurfaceIndex = _
Trait Implementations§
source§impl Clone for ResolvedExternalSurfaceIndex
impl Clone for ResolvedExternalSurfaceIndex
source§fn clone(&self) -> ResolvedExternalSurfaceIndex
fn clone(&self) -> ResolvedExternalSurfaceIndex
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 ResolvedExternalSurfaceIndex
impl Debug for ResolvedExternalSurfaceIndex
source§impl PartialEq for ResolvedExternalSurfaceIndex
impl PartialEq for ResolvedExternalSurfaceIndex
source§fn eq(&self, other: &ResolvedExternalSurfaceIndex) -> bool
fn eq(&self, other: &ResolvedExternalSurfaceIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ResolvedExternalSurfaceIndex
impl StructuralPartialEq for ResolvedExternalSurfaceIndex
Auto Trait Implementations§
impl Freeze for ResolvedExternalSurfaceIndex
impl RefUnwindSafe for ResolvedExternalSurfaceIndex
impl Send for ResolvedExternalSurfaceIndex
impl Sync for ResolvedExternalSurfaceIndex
impl Unpin for ResolvedExternalSurfaceIndex
impl UnwindSafe for ResolvedExternalSurfaceIndex
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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more