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