#[repr(C)]pub struct vfp {
pub name: *const c_char,
pub init: vfp_init_f,
pub pull: vfp_pull_f,
pub fini: vfp_fini_f,
pub priv1: *const c_void,
}Fields§
§name: *const c_char§init: vfp_init_f§pull: vfp_pull_f§fini: vfp_fini_f§priv1: *const c_voidTrait Implementations§
impl Copy for vfp
Auto Trait Implementations§
impl Freeze for vfp
impl RefUnwindSafe for vfp
impl !Send for vfp
impl !Sync for vfp
impl Unpin for vfp
impl UnwindSafe for vfp
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