Struct libffi_sys::ffi_cif
source · #[repr(C)]pub struct ffi_cif {
pub abi: ffi_abi,
pub nargs: c_uint,
pub arg_types: *mut *mut ffi_type,
pub rtype: *mut ffi_type,
pub bytes: c_uint,
pub flags: c_uint,
}
Fields§
§abi: ffi_abi
§nargs: c_uint
§arg_types: *mut *mut ffi_type
§rtype: *mut ffi_type
§bytes: c_uint
§flags: c_uint
Trait Implementations§
impl Copy for ffi_cif
Auto Trait Implementations§
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