Struct webrender::pattern::PatternTextureInput
source · pub struct PatternTextureInput {
pub task_id: RenderTaskId,
}
Fields§
§task_id: RenderTaskId
Trait Implementations§
source§impl Clone for PatternTextureInput
impl Clone for PatternTextureInput
source§fn clone(&self) -> PatternTextureInput
fn clone(&self) -> PatternTextureInput
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 PatternTextureInput
impl Debug for PatternTextureInput
source§impl Default for PatternTextureInput
impl Default for PatternTextureInput
source§impl Hash for PatternTextureInput
impl Hash for PatternTextureInput
source§impl PartialEq for PatternTextureInput
impl PartialEq for PatternTextureInput
source§fn eq(&self, other: &PatternTextureInput) -> bool
fn eq(&self, other: &PatternTextureInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PatternTextureInput
impl Serialize for PatternTextureInput
impl Copy for PatternTextureInput
impl Eq for PatternTextureInput
impl StructuralPartialEq for PatternTextureInput
Auto Trait Implementations§
impl Freeze for PatternTextureInput
impl RefUnwindSafe for PatternTextureInput
impl Send for PatternTextureInput
impl Sync for PatternTextureInput
impl Unpin for PatternTextureInput
impl UnwindSafe for PatternTextureInput
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