Struct libffi_sys::ffi_type
source · #[repr(C)]pub struct ffi_type {
pub size: usize,
pub alignment: c_ushort,
pub type_: c_ushort,
pub elements: *mut *mut ffi_type,
}
Fields§
§size: usize
§alignment: c_ushort
§type_: c_ushort
§elements: *mut *mut ffi_type
Trait Implementations§
impl Copy for ffi_type
Auto Trait Implementations§
impl RefUnwindSafe for ffi_type
impl !Send for ffi_type
impl !Sync for ffi_type
impl Unpin for ffi_type
impl UnwindSafe for ffi_type
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