Struct webrender::ProgramSourceDigest
source · pub struct ProgramSourceDigest(u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for ProgramSourceDigest
impl Clone for ProgramSourceDigest
source§fn clone(&self) -> ProgramSourceDigest
fn clone(&self) -> ProgramSourceDigest
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 ProgramSourceDigest
impl Debug for ProgramSourceDigest
source§impl Default for ProgramSourceDigest
impl Default for ProgramSourceDigest
source§fn default() -> ProgramSourceDigest
fn default() -> ProgramSourceDigest
Returns the “default value” for a type. Read more
source§impl Display for ProgramSourceDigest
impl Display for ProgramSourceDigest
source§impl From<DefaultHasher> for ProgramSourceDigest
impl From<DefaultHasher> for ProgramSourceDigest
source§fn from(hasher: DefaultHasher) -> ProgramSourceDigest
fn from(hasher: DefaultHasher) -> ProgramSourceDigest
Converts to this type from the input type.
source§impl Hash for ProgramSourceDigest
impl Hash for ProgramSourceDigest
source§impl PartialEq for ProgramSourceDigest
impl PartialEq for ProgramSourceDigest
source§fn eq(&self, other: &ProgramSourceDigest) -> bool
fn eq(&self, other: &ProgramSourceDigest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ProgramSourceDigest
impl StructuralPartialEq for ProgramSourceDigest
Auto Trait Implementations§
impl Freeze for ProgramSourceDigest
impl RefUnwindSafe for ProgramSourceDigest
impl Send for ProgramSourceDigest
impl Sync for ProgramSourceDigest
impl Unpin for ProgramSourceDigest
impl UnwindSafe for ProgramSourceDigest
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