Struct ipp_sys::IppRegExpFind
source · #[repr(C)]pub struct IppRegExpFind {
pub pFind: *mut c_void,
pub lenFind: i32,
}
Fields§
§pFind: *mut c_void
§lenFind: i32
Trait Implementations§
source§impl Clone for IppRegExpFind
impl Clone for IppRegExpFind
source§fn clone(&self) -> IppRegExpFind
fn clone(&self) -> IppRegExpFind
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 IppRegExpFind
impl Debug for IppRegExpFind
source§impl PartialEq for IppRegExpFind
impl PartialEq for IppRegExpFind
source§fn eq(&self, other: &IppRegExpFind) -> bool
fn eq(&self, other: &IppRegExpFind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppRegExpFind
impl StructuralPartialEq for IppRegExpFind
Auto Trait Implementations§
impl Freeze for IppRegExpFind
impl RefUnwindSafe for IppRegExpFind
impl !Send for IppRegExpFind
impl !Sync for IppRegExpFind
impl Unpin for IppRegExpFind
impl UnwindSafe for IppRegExpFind
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