pub struct CUBEPILOT_RAW_RC_DATA {
pub rc_raw: [u8; 32],
}Available on crate feature
storm32 only.Expand description
Raw RC Data.
ID: 50001
Fields§
§rc_raw: [u8; 32]Implementations§
Source§impl CUBEPILOT_RAW_RC_DATA
impl CUBEPILOT_RAW_RC_DATA
pub const ENCODED_LEN: usize = 32usize
pub const DEFAULT: Self
Trait Implementations§
Source§impl Clone for CUBEPILOT_RAW_RC_DATA
impl Clone for CUBEPILOT_RAW_RC_DATA
Source§fn clone(&self) -> CUBEPILOT_RAW_RC_DATA
fn clone(&self) -> CUBEPILOT_RAW_RC_DATA
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 CUBEPILOT_RAW_RC_DATA
impl Debug for CUBEPILOT_RAW_RC_DATA
Source§impl Default for CUBEPILOT_RAW_RC_DATA
impl Default for CUBEPILOT_RAW_RC_DATA
Source§impl<'de> Deserialize<'de> for CUBEPILOT_RAW_RC_DATA
impl<'de> Deserialize<'de> for CUBEPILOT_RAW_RC_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 CUBEPILOT_RAW_RC_DATA
impl MessageData for CUBEPILOT_RAW_RC_DATA
Source§impl PartialEq for CUBEPILOT_RAW_RC_DATA
impl PartialEq for CUBEPILOT_RAW_RC_DATA
Source§impl Serialize for CUBEPILOT_RAW_RC_DATA
impl Serialize for CUBEPILOT_RAW_RC_DATA
impl StructuralPartialEq for CUBEPILOT_RAW_RC_DATA
Auto Trait Implementations§
impl Freeze for CUBEPILOT_RAW_RC_DATA
impl RefUnwindSafe for CUBEPILOT_RAW_RC_DATA
impl Send for CUBEPILOT_RAW_RC_DATA
impl Sync for CUBEPILOT_RAW_RC_DATA
impl Unpin for CUBEPILOT_RAW_RC_DATA
impl UnwindSafe for CUBEPILOT_RAW_RC_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