Struct accesskit_consumer::Node[][src]

pub struct Node<'a> {
    pub tree_reader: &'a TreeReader<'a>,
    // some fields omitted
}

Fields

tree_reader: &'a TreeReader<'a>

Implementations

Returns the transform defined directly on this node, or the identity transform, without taking into account transforms on ancestors.

Returns the combined affine transform of this node and its ancestors, up to and including the root of this node’s tree.

Returns the node’s transformed bounding box relative to the tree’s container (e.g. window).

Returns the deepest visible node, either this node or a descendant, at the given point in this node’s coordinate space.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.