#[repr(C)]pub struct OnigErrorInfo {
pub enc: OnigEncoding,
pub par: *mut OnigUChar,
pub par_end: *mut OnigUChar,
}
Fields§
§enc: OnigEncoding
§par: *mut OnigUChar
§par_end: *mut OnigUChar
Trait Implementations§
Source§impl Clone for OnigErrorInfo
impl Clone for OnigErrorInfo
Source§fn clone(&self) -> OnigErrorInfo
fn clone(&self) -> OnigErrorInfo
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 OnigErrorInfo
impl Debug for OnigErrorInfo
Source§impl PartialEq for OnigErrorInfo
impl PartialEq for OnigErrorInfo
impl Copy for OnigErrorInfo
impl Eq for OnigErrorInfo
impl StructuralPartialEq for OnigErrorInfo
Auto Trait Implementations§
impl Freeze for OnigErrorInfo
impl RefUnwindSafe for OnigErrorInfo
impl !Send for OnigErrorInfo
impl !Sync for OnigErrorInfo
impl Unpin for OnigErrorInfo
impl UnwindSafe for OnigErrorInfo
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