#[repr(C)]pub struct vcf {
pub magic: c_uint,
pub func: vcf_func_f,
pub priv_: *mut c_void,
}Fields§
§magic: c_uint§func: vcf_func_f§priv_: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for vcf
impl !Sync for vcf
impl Freeze for vcf
impl RefUnwindSafe for vcf
impl Unpin for vcf
impl UnsafeUnpin for vcf
impl UnwindSafe for vcf
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