Struct accessibility_tree::style::properties::PropertyData
source · pub struct PropertyData {
pub longhands: &'static [LonghandId],
pub parse: for<'i, 't> fn(_: &mut Parser<'i, 't>, _: &mut Vec<LonghandDeclaration>) -> Result<PerPhase<bool>, PropertyParseError<'i>>,
}
Fields§
§longhands: &'static [LonghandId]
§parse: for<'i, 't> fn(_: &mut Parser<'i, 't>, _: &mut Vec<LonghandDeclaration>) -> Result<PerPhase<bool>, PropertyParseError<'i>>
Auto Trait Implementations§
impl RefUnwindSafe for PropertyData
impl Send for PropertyData
impl Sync for PropertyData
impl Unpin for PropertyData
impl UnwindSafe for PropertyData
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