#[repr(C)]pub struct ffi_type {
pub size: usize,
pub alignment: u16,
pub type_: u16,
pub elements: *mut *mut ffi_type,
}Fields§
§size: usize§alignment: u16§type_: u16§elements: *mut *mut ffi_typeTrait Implementations§
impl Copy for ffi_type
Auto Trait Implementations§
impl Freeze for ffi_type
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