#[repr(C)]pub struct auxinfo_t {
pub schema_a: pack_t,
pub schema_b: pack_t,
pub a_next: *mut c_void,
pub b_next: *mut c_void,
pub is_a: inc_t,
pub is_b: inc_t,
pub ps_a: inc_t,
pub ps_b: inc_t,
pub ukr: void_fp,
pub params: *mut c_void,
}Fields§
§schema_a: pack_t§schema_b: pack_t§a_next: *mut c_void§b_next: *mut c_void§is_a: inc_t§is_b: inc_t§ps_a: inc_t§ps_b: inc_t§ukr: void_fp§params: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for auxinfo_t
impl RefUnwindSafe for auxinfo_t
impl !Send for auxinfo_t
impl !Sync for auxinfo_t
impl Unpin for auxinfo_t
impl UnwindSafe for auxinfo_t
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