#[repr(C)]pub struct vfp_entry {
pub magic: c_uint,
pub closed: VfpStatus,
pub vfp: *const vfp,
pub priv1: *mut c_void,
pub priv2: isize,
pub list: vfp_entry__bindgen_ty_1,
pub calls: u64,
pub bytes_out: u64,
}Fields§
§magic: c_uint§closed: VfpStatus§vfp: *const vfp§priv1: *mut c_void§priv2: isize§list: vfp_entry__bindgen_ty_1§calls: u64§bytes_out: u64Trait Implementations§
impl Copy for vfp_entry
Auto Trait Implementations§
impl Freeze for vfp_entry
impl RefUnwindSafe for vfp_entry
impl !Send for vfp_entry
impl !Sync for vfp_entry
impl Unpin for vfp_entry
impl UnwindSafe for vfp_entry
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