#[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 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 moreSource§impl Debug for RofiIntMatcher
impl Debug for RofiIntMatcher
Source§impl PartialEq for RofiIntMatcher
impl PartialEq for RofiIntMatcher
impl Copy for RofiIntMatcher
impl Eq for RofiIntMatcher
impl StructuralPartialEq for RofiIntMatcher
Auto Trait Implementations§
impl Freeze for RofiIntMatcher
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