#[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,
/* private fields */
}
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§
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