Enum atspi::collection::TreeTraversalType
source · #[repr(u32)]
pub enum TreeTraversalType {
RestrictChildren,
RestrictSibling,
Inorder,
LastDefined,
}Variants
RestrictChildren
RestrictSibling
Inorder
LastDefined
Trait Implementations
sourceimpl Clone for TreeTraversalType
impl Clone for TreeTraversalType
sourcefn clone(&self) -> TreeTraversalType
fn clone(&self) -> TreeTraversalType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TreeTraversalType
impl Debug for TreeTraversalType
sourceimpl PartialEq<TreeTraversalType> for TreeTraversalType
impl PartialEq<TreeTraversalType> for TreeTraversalType
sourcefn eq(&self, other: &TreeTraversalType) -> bool
fn eq(&self, other: &TreeTraversalType) -> bool
sourceimpl Serialize for TreeTraversalType
impl Serialize for TreeTraversalType
sourceimpl Type for TreeTraversalType
impl Type for TreeTraversalType
impl Copy for TreeTraversalType
impl Eq for TreeTraversalType
impl StructuralEq for TreeTraversalType
impl StructuralPartialEq for TreeTraversalType
Auto Trait Implementations
impl RefUnwindSafe for TreeTraversalType
impl Send for TreeTraversalType
impl Sync for TreeTraversalType
impl Unpin for TreeTraversalType
impl UnwindSafe for TreeTraversalType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> DynamicType for Twhere
T: Type + ?Sized,
impl<T> DynamicType for Twhere
T: Type + ?Sized,
fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more