#[repr(C)]pub struct vmeta_frame_v2 {
pub base: vmeta_frame_v2_base,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub timestamp: vmeta_frame_ext_timestamp,
pub followme: vmeta_frame_ext_followme,
}Fields§
§base: vmeta_frame_v2_base§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§timestamp: vmeta_frame_ext_timestamp§followme: vmeta_frame_ext_followmeImplementations§
Source§impl vmeta_frame_v2
impl vmeta_frame_v2
pub fn has_timestamp(&self) -> u32
pub fn set_has_timestamp(&mut self, val: u32)
pub fn has_followme(&self) -> u32
pub fn set_has_followme(&mut self, val: u32)
pub fn new_bitfield_1( has_timestamp: u32, has_followme: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for vmeta_frame_v2
impl Clone for vmeta_frame_v2
Source§fn clone(&self) -> vmeta_frame_v2
fn clone(&self) -> vmeta_frame_v2
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 moreSource§impl Debug for vmeta_frame_v2
impl Debug for vmeta_frame_v2
impl Copy for vmeta_frame_v2
Auto Trait Implementations§
impl Freeze for vmeta_frame_v2
impl RefUnwindSafe for vmeta_frame_v2
impl Send for vmeta_frame_v2
impl Sync for vmeta_frame_v2
impl Unpin for vmeta_frame_v2
impl UnwindSafe for vmeta_frame_v2
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