#[repr(C)]pub struct ffi_cif {
pub abi: u32,
pub nargs: u32,
pub arg_types: *mut *mut ffi_type,
pub rtype: *mut ffi_type,
pub bytes: u32,
pub flags: u32,
}Fields§
§abi: u32§nargs: u32§arg_types: *mut *mut ffi_type§rtype: *mut ffi_type§bytes: u32§flags: u32Trait Implementations§
impl Copy for ffi_cif
Auto Trait Implementations§
impl Freeze for ffi_cif
impl RefUnwindSafe for ffi_cif
impl !Send for ffi_cif
impl !Sync for ffi_cif
impl Unpin for ffi_cif
impl UnwindSafe for ffi_cif
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