#[repr(C)]pub struct vmeta_frame {
pub type_: vmeta_frame_type,
pub __bindgen_anon_1: vmeta_frame__bindgen_ty_1,
pub ref_count: c_uint,
}Fields§
§type_: vmeta_frame_type§__bindgen_anon_1: vmeta_frame__bindgen_ty_1§ref_count: c_uintTrait Implementations§
Source§impl Clone for vmeta_frame
impl Clone for vmeta_frame
Source§fn clone(&self) -> vmeta_frame
fn clone(&self) -> vmeta_frame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vmeta_frame
Auto Trait Implementations§
impl Freeze for vmeta_frame
impl RefUnwindSafe for vmeta_frame
impl !Send for vmeta_frame
impl !Sync for vmeta_frame
impl Unpin for vmeta_frame
impl UnwindSafe for vmeta_frame
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