Struct libc::regmatch_t
#[repr(C)]
pub struct regmatch_t {
pub rm_so: regoff_t,
pub rm_eo: regoff_t,
}
Fields
pub rm_so: regoff_t
pub rm_eo: regoff_t
Trait Implementations
impl Clone for regmatch_t
fn clone(&Self) -> regmatch_t
impl Copy for regmatch_t
impl Debug for regmatch_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for regmatch_t
impl Hash for regmatch_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<regmatch_t> for regmatch_t
fn eq(&Self, other: ®match_t) -> bool
fn ne(&Self, other: ®match_t) -> bool
impl StructuralEq for regmatch_t
impl StructuralPartialEq for regmatch_t
Auto Trait Implementations
impl RefUnwindSafe for regmatch_t
impl Send for regmatch_t
impl Sync for regmatch_t
impl Unpin for regmatch_t
impl UnwindSafe for regmatch_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T