Struct accessibility_tree::style::values::EarlyCascadeContext
source · pub struct EarlyCascadeContext<'a> {
pub inherited: &'a ComputedValues,
pub this: ComputedValuesForEarlyCascade<'a>,
}
Fields§
§inherited: &'a ComputedValues
§this: ComputedValuesForEarlyCascade<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EarlyCascadeContext<'a>
impl<'a> Send for EarlyCascadeContext<'a>
impl<'a> Sync for EarlyCascadeContext<'a>
impl<'a> Unpin for EarlyCascadeContext<'a>
impl<'a> !UnwindSafe for EarlyCascadeContext<'a>
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