Enum atspi::collection::MatchType
source · #[repr(i32)]
pub enum MatchType {
Invalid,
All,
Any,
NA,
Empty,
LastDefined,
}Variants
Invalid
All
Any
NA
Empty
LastDefined
Trait Implementations
impl Copy for MatchType
impl Eq for MatchType
impl StructuralEq for MatchType
impl StructuralPartialEq for MatchType
Auto Trait Implementations
impl RefUnwindSafe for MatchType
impl Send for MatchType
impl Sync for MatchType
impl Unpin for MatchType
impl UnwindSafe for MatchType
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