#[repr(C)]
pub union OnigValue {
pub l: c_long,
pub c: OnigCodePoint,
pub s: OnigValue__bindgen_ty_1,
pub p: *mut c_void,
pub tag: c_int,
}
Fields
l: c_long
c: OnigCodePoint
s: OnigValue__bindgen_ty_1
p: *mut c_void
tag: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OnigValue
impl !Send for OnigValue
impl !Sync for OnigValue
impl Unpin for OnigValue
impl UnwindSafe for OnigValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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