Struct ipp_sys::RegExpState
source · #[repr(C)]pub struct RegExpState { /* private fields */ }
Trait Implementations§
source§impl Clone for RegExpState
impl Clone for RegExpState
source§fn clone(&self) -> RegExpState
fn clone(&self) -> RegExpState
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 RegExpState
impl Debug for RegExpState
impl Copy for RegExpState
Auto Trait Implementations§
impl Freeze for RegExpState
impl RefUnwindSafe for RegExpState
impl Send for RegExpState
impl Sync for RegExpState
impl Unpin for RegExpState
impl UnwindSafe for RegExpState
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