Struct rofi_plugin_sys::RofiIntMatcher
source · #[repr(C)]pub struct RofiIntMatcher {
pub regex: *mut GRegex,
pub invert: gboolean,
}Expand description
Internal structure for matching.
Fields§
§regex: *mut GRegex§invert: gbooleanTrait Implementations§
source§impl Clone for RofiIntMatcher
impl Clone for RofiIntMatcher
source§fn clone(&self) -> RofiIntMatcher
fn clone(&self) -> RofiIntMatcher
Returns a copy 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 moresource§impl Debug for RofiIntMatcher
impl Debug for RofiIntMatcher
source§impl PartialEq<RofiIntMatcher> for RofiIntMatcher
impl PartialEq<RofiIntMatcher> for RofiIntMatcher
source§fn eq(&self, other: &RofiIntMatcher) -> bool
fn eq(&self, other: &RofiIntMatcher) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RofiIntMatcher
impl Eq for RofiIntMatcher
impl StructuralEq for RofiIntMatcher
impl StructuralPartialEq for RofiIntMatcher
Auto Trait Implementations§
impl RefUnwindSafe for RofiIntMatcher
impl !Send for RofiIntMatcher
impl !Sync for RofiIntMatcher
impl Unpin for RofiIntMatcher
impl UnwindSafe for RofiIntMatcher
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