#[repr(C)]pub struct patprog {
pub startoff: c_long,
pub size: c_long,
pub mustoff: c_long,
pub patmlen: c_long,
pub globflags: c_int,
pub globend: c_int,
pub flags: c_int,
pub patnpar: c_int,
pub patstartch: c_char,
}
Fields§
§startoff: c_long
§size: c_long
§mustoff: c_long
§patmlen: c_long
§globflags: c_int
§globend: c_int
§flags: c_int
§patnpar: c_int
§patstartch: c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for patprog
impl RefUnwindSafe for patprog
impl Send for patprog
impl Sync for patprog
impl Unpin for patprog
impl UnwindSafe for patprog
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