#[repr(C, packed)]pub struct __mavlink_camera_settings_t {
pub time_boot_ms: u32,
pub mode_id: u8,
}
Fields§
§time_boot_ms: u32
§mode_id: u8
Trait Implementations§
source§impl Clone for __mavlink_camera_settings_t
impl Clone for __mavlink_camera_settings_t
source§fn clone(&self) -> __mavlink_camera_settings_t
fn clone(&self) -> __mavlink_camera_settings_t
Returns a copy 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 __mavlink_camera_settings_t
impl Debug for __mavlink_camera_settings_t
source§impl Default for __mavlink_camera_settings_t
impl Default for __mavlink_camera_settings_t
source§fn default() -> __mavlink_camera_settings_t
fn default() -> __mavlink_camera_settings_t
Returns the “default value” for a type. Read more