Struct rb_sys::bindings::OnigErrorInfo
source · [−]#[repr(C)]pub struct OnigErrorInfo {
pub enc: OnigEncoding,
pub par: *mut OnigUChar,
pub par_end: *mut OnigUChar,
}Fields
enc: OnigEncodingpar: *mut OnigUCharpar_end: *mut OnigUCharTrait Implementations
sourceimpl Clone for OnigErrorInfo
impl Clone for OnigErrorInfo
sourcefn clone(&self) -> OnigErrorInfo
fn clone(&self) -> OnigErrorInfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OnigErrorInfo
impl Debug for OnigErrorInfo
sourceimpl PartialEq<OnigErrorInfo> for OnigErrorInfo
impl PartialEq<OnigErrorInfo> for OnigErrorInfo
sourcefn eq(&self, other: &OnigErrorInfo) -> bool
fn eq(&self, other: &OnigErrorInfo) -> bool
impl Copy for OnigErrorInfo
impl Eq for OnigErrorInfo
impl StructuralEq for OnigErrorInfo
impl StructuralPartialEq for OnigErrorInfo
Auto Trait Implementations
impl RefUnwindSafe for OnigErrorInfo
impl !Send for OnigErrorInfo
impl !Sync for OnigErrorInfo
impl Unpin for OnigErrorInfo
impl UnwindSafe for OnigErrorInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more