#[repr(C)]pub struct vdp_entry {
pub magic: c_uint,
pub end: VdpAction,
pub vdp: *const vdp,
pub priv_: *mut c_void,
pub list: vdp_entry__bindgen_ty_1,
pub calls: u64,
pub bytes_in: u64,
}Fields§
§magic: c_uint§end: VdpAction§vdp: *const vdp§priv_: *mut c_void§list: vdp_entry__bindgen_ty_1§calls: u64§bytes_in: u64Trait Implementations§
impl Copy for vdp_entry
Auto Trait Implementations§
impl Freeze for vdp_entry
impl RefUnwindSafe for vdp_entry
impl !Send for vdp_entry
impl !Sync for vdp_entry
impl Unpin for vdp_entry
impl UnwindSafe for vdp_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