#[repr(C)]pub struct vmeta_frame_ext_automation {
pub framing_target: vmeta_location,
pub flight_destination: vmeta_location,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub animation: vmeta_automation_anim,
}Fields§
§framing_target: vmeta_location§flight_destination: vmeta_location§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§animation: vmeta_automation_animImplementations§
Source§impl vmeta_frame_ext_automation
impl vmeta_frame_ext_automation
pub fn followme_enabled(&self) -> u32
pub fn set_followme_enabled(&mut self, val: u32)
pub fn lookatme_enabled(&self) -> u32
pub fn set_lookatme_enabled(&mut self, val: u32)
pub fn angle_locked(&self) -> u32
pub fn set_angle_locked(&mut self, val: u32)
pub fn new_bitfield_1( followme_enabled: u32, lookatme_enabled: u32, angle_locked: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for vmeta_frame_ext_automation
impl Clone for vmeta_frame_ext_automation
Source§fn clone(&self) -> vmeta_frame_ext_automation
fn clone(&self) -> vmeta_frame_ext_automation
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_ext_automation
impl Debug for vmeta_frame_ext_automation
impl Copy for vmeta_frame_ext_automation
Auto Trait Implementations§
impl Freeze for vmeta_frame_ext_automation
impl RefUnwindSafe for vmeta_frame_ext_automation
impl Send for vmeta_frame_ext_automation
impl Sync for vmeta_frame_ext_automation
impl Unpin for vmeta_frame_ext_automation
impl UnwindSafe for vmeta_frame_ext_automation
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