#[repr(C)]pub struct vmeta_frame_v3 {
pub base: vmeta_frame_v3_base,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub timestamp: vmeta_frame_ext_timestamp,
pub automation: vmeta_frame_ext_automation,
pub thermal: vmeta_frame_ext_thermal,
pub lfic: vmeta_frame_ext_lfic,
}Fields§
§base: vmeta_frame_v3_base§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§timestamp: vmeta_frame_ext_timestamp§automation: vmeta_frame_ext_automation§thermal: vmeta_frame_ext_thermal§lfic: vmeta_frame_ext_lficImplementations§
Source§impl vmeta_frame_v3
impl vmeta_frame_v3
pub fn has_timestamp(&self) -> u32
pub fn set_has_timestamp(&mut self, val: u32)
pub fn has_automation(&self) -> u32
pub fn set_has_automation(&mut self, val: u32)
pub fn has_thermal(&self) -> u32
pub fn set_has_thermal(&mut self, val: u32)
pub fn has_lfic(&self) -> u32
pub fn set_has_lfic(&mut self, val: u32)
pub fn new_bitfield_1( has_timestamp: u32, has_automation: u32, has_thermal: u32, has_lfic: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for vmeta_frame_v3
impl Clone for vmeta_frame_v3
Source§fn clone(&self) -> vmeta_frame_v3
fn clone(&self) -> vmeta_frame_v3
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_v3
impl Debug for vmeta_frame_v3
impl Copy for vmeta_frame_v3
Auto Trait Implementations§
impl Freeze for vmeta_frame_v3
impl RefUnwindSafe for vmeta_frame_v3
impl Send for vmeta_frame_v3
impl Sync for vmeta_frame_v3
impl Unpin for vmeta_frame_v3
impl UnwindSafe for vmeta_frame_v3
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