#[repr(C)]pub struct jv {
pub kind_flags: c_uchar,
pub pad_: c_uchar,
pub offset: c_ushort,
pub size: c_int,
pub u: jv__bindgen_ty_1,
}Fields§
§kind_flags: c_uchar§pad_: c_uchar§offset: c_ushort§size: c_int§u: jv__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl !Send for jv
impl !Sync for jv
impl Freeze for jv
impl RefUnwindSafe for jv
impl Unpin for jv
impl UnsafeUnpin for jv
impl UnwindSafe for jv
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