pub struct AccessKitPassState {
pub nodes: IdMap<Node>,
pub parent_stack: Vec<Id>,
}
Fields§
§nodes: IdMap<Node>
§parent_stack: Vec<Id>
Trait Implementations§
Source§impl Clone for AccessKitPassState
impl Clone for AccessKitPassState
Source§fn clone(&self) -> AccessKitPassState
fn clone(&self) -> AccessKitPassState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AccessKitPassState
impl RefUnwindSafe for AccessKitPassState
impl Send for AccessKitPassState
impl Sync for AccessKitPassState
impl Unpin for AccessKitPassState
impl UnwindSafe for AccessKitPassState
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