Struct accessibility_tree::layout::AnonymousFragment
source · pub struct AnonymousFragment {
pub rect: Rect<Length>,
pub children: Vec<Fragment>,
pub mode: (WritingMode, Direction),
}
Expand description
Can contain child fragments with relative coordinates, but does not contribute to painting itself.
Fields§
§rect: Rect<Length>
§children: Vec<Fragment>
§mode: (WritingMode, Direction)
Implementations§
source§impl AnonymousFragment
impl AnonymousFragment
pub fn no_op(mode: (WritingMode, Direction)) -> Self
Auto Trait Implementations§
impl Freeze for AnonymousFragment
impl RefUnwindSafe for AnonymousFragment
impl Send for AnonymousFragment
impl Sync for AnonymousFragment
impl Unpin for AnonymousFragment
impl UnwindSafe for AnonymousFragment
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