Struct mavlink::ardupilotmega::GOPRO_GET_REQUEST_DATA
source · pub struct GOPRO_GET_REQUEST_DATA {
pub target_system: u8,
pub target_component: u8,
pub cmd_id: GoproCommand,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 216 Request a GOPRO_COMMAND response from the GoPro..
Fields§
§target_system: u8
System ID..
target_component: u8
Component ID..
cmd_id: GoproCommand
Command ID..
Implementations§
source§impl GOPRO_GET_REQUEST_DATA
impl GOPRO_GET_REQUEST_DATA
pub const ENCODED_LEN: usize = 3usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for GOPRO_GET_REQUEST_DATA
impl Clone for GOPRO_GET_REQUEST_DATA
source§fn clone(&self) -> GOPRO_GET_REQUEST_DATA
fn clone(&self) -> GOPRO_GET_REQUEST_DATA
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 GOPRO_GET_REQUEST_DATA
impl Debug for GOPRO_GET_REQUEST_DATA
source§impl Default for GOPRO_GET_REQUEST_DATA
impl Default for GOPRO_GET_REQUEST_DATA
source§impl<'de> Deserialize<'de> for GOPRO_GET_REQUEST_DATA
impl<'de> Deserialize<'de> for GOPRO_GET_REQUEST_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for GOPRO_GET_REQUEST_DATA
impl MessageData for GOPRO_GET_REQUEST_DATA
const ID: u32 = 216u32
const NAME: &'static str = "GOPRO_GET_REQUEST"
const EXTRA_CRC: u8 = 50u8
const ENCODED_LEN: usize = 3usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
source§impl PartialEq for GOPRO_GET_REQUEST_DATA
impl PartialEq for GOPRO_GET_REQUEST_DATA
source§impl Serialize for GOPRO_GET_REQUEST_DATA
impl Serialize for GOPRO_GET_REQUEST_DATA
impl StructuralPartialEq for GOPRO_GET_REQUEST_DATA
Auto Trait Implementations§
impl Freeze for GOPRO_GET_REQUEST_DATA
impl RefUnwindSafe for GOPRO_GET_REQUEST_DATA
impl Send for GOPRO_GET_REQUEST_DATA
impl Sync for GOPRO_GET_REQUEST_DATA
impl Unpin for GOPRO_GET_REQUEST_DATA
impl UnwindSafe for GOPRO_GET_REQUEST_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)