Struct style::context::StyleContext
source · pub struct StyleContext<'a, E: TElement + 'a> {
pub shared: &'a SharedStyleContext<'a>,
pub thread_local: &'a mut ThreadLocalStyleContext<E>,
}
Expand description
A StyleContext
is just a simple container for a immutable reference to a
shared style context, and a mutable reference to a local one.
Fields§
The shared style context reference.
thread_local: &'a mut ThreadLocalStyleContext<E>
The thread-local style context (mutable) reference.
Auto Trait Implementations§
impl<'a, E> Freeze for StyleContext<'a, E>
impl<'a, E> !RefUnwindSafe for StyleContext<'a, E>
impl<'a, E> Send for StyleContext<'a, E>
impl<'a, E> Sync for StyleContext<'a, E>where
E: Sync,
impl<'a, E> Unpin for StyleContext<'a, E>
impl<'a, E> !UnwindSafe for StyleContext<'a, E>
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 moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert