Struct mavlink::ardupilotmega::GOPRO_SET_RESPONSE_DATA
source · pub struct GOPRO_SET_RESPONSE_DATA {
pub cmd_id: GoproCommand,
pub status: GoproRequestStatus,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 219 Response from a GOPRO_COMMAND set request..
Fields§
§cmd_id: GoproCommand
Command ID..
status: GoproRequestStatus
Status..
Implementations§
source§impl GOPRO_SET_RESPONSE_DATA
impl GOPRO_SET_RESPONSE_DATA
pub const ENCODED_LEN: usize = 2usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for GOPRO_SET_RESPONSE_DATA
impl Clone for GOPRO_SET_RESPONSE_DATA
source§fn clone(&self) -> GOPRO_SET_RESPONSE_DATA
fn clone(&self) -> GOPRO_SET_RESPONSE_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_SET_RESPONSE_DATA
impl Debug for GOPRO_SET_RESPONSE_DATA
source§impl Default for GOPRO_SET_RESPONSE_DATA
impl Default for GOPRO_SET_RESPONSE_DATA
source§impl<'de> Deserialize<'de> for GOPRO_SET_RESPONSE_DATA
impl<'de> Deserialize<'de> for GOPRO_SET_RESPONSE_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_SET_RESPONSE_DATA
impl MessageData for GOPRO_SET_RESPONSE_DATA
const ID: u32 = 219u32
const NAME: &'static str = "GOPRO_SET_RESPONSE"
const EXTRA_CRC: u8 = 162u8
const ENCODED_LEN: usize = 2usize
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_SET_RESPONSE_DATA
impl PartialEq for GOPRO_SET_RESPONSE_DATA
source§impl Serialize for GOPRO_SET_RESPONSE_DATA
impl Serialize for GOPRO_SET_RESPONSE_DATA
impl StructuralPartialEq for GOPRO_SET_RESPONSE_DATA
Auto Trait Implementations§
impl Freeze for GOPRO_SET_RESPONSE_DATA
impl RefUnwindSafe for GOPRO_SET_RESPONSE_DATA
impl Send for GOPRO_SET_RESPONSE_DATA
impl Sync for GOPRO_SET_RESPONSE_DATA
impl Unpin for GOPRO_SET_RESPONSE_DATA
impl UnwindSafe for GOPRO_SET_RESPONSE_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
)