pub struct MatchMode(/* private fields */);Expand description
C++ enum: QMimeDatabase::MatchMode.
Implementations§
Source§impl MatchMode
impl MatchMode
Sourcepub const MatchDefault: MatchMode
pub const MatchDefault: MatchMode
C++ enum variant: MatchDefault = 0
Sourcepub const MatchExtension: MatchMode
pub const MatchExtension: MatchMode
C++ enum variant: MatchExtension = 1
Sourcepub const MatchContent: MatchMode
pub const MatchContent: MatchMode
C++ enum variant: MatchContent = 2
Trait Implementations§
impl Copy for MatchMode
impl Eq for MatchMode
impl StructuralPartialEq for MatchMode
Auto Trait Implementations§
impl Freeze for MatchMode
impl RefUnwindSafe for MatchMode
impl Send for MatchMode
impl Sync for MatchMode
impl Unpin for MatchMode
impl UnsafeUnpin for MatchMode
impl UnwindSafe for MatchMode
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