#[repr(C)]pub struct JoyFeedbackArray {
pub array: JoyFeedbackSeq<0>,
}Fields§
§array: JoyFeedbackSeq<0>Implementations§
Trait Implementations§
Source§impl Clone for JoyFeedbackArray
impl Clone for JoyFeedbackArray
Source§impl Debug for JoyFeedbackArray
impl Debug for JoyFeedbackArray
Source§impl Default for JoyFeedbackArray
impl Default for JoyFeedbackArray
Source§impl<'de> Deserialize<'de> for JoyFeedbackArray
impl<'de> Deserialize<'de> for JoyFeedbackArray
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 PartialEq for JoyFeedbackArray
impl PartialEq for JoyFeedbackArray
Source§impl RosFieldType for JoyFeedbackArray
impl RosFieldType for JoyFeedbackArray
Source§fn ros_field_type() -> FieldType
fn ros_field_type() -> FieldType
Returns the FieldType for this type when used as a field.
Source§fn referenced_types() -> Vec<IndividualTypeDescription>
fn referenced_types() -> Vec<IndividualTypeDescription>
Returns referenced type descriptions (empty for primitives, populated for nested types).
Source§impl Serialize for JoyFeedbackArray
impl Serialize for JoyFeedbackArray
Source§impl TryClone for JoyFeedbackArray
impl TryClone for JoyFeedbackArray
Source§impl TypeDescription for JoyFeedbackArray
impl TypeDescription for JoyFeedbackArray
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this type Read more
Source§fn message_type_name() -> MessageTypeName
fn message_type_name() -> MessageTypeName
Get the message type name information Read more
Auto Trait Implementations§
impl Freeze for JoyFeedbackArray
impl RefUnwindSafe for JoyFeedbackArray
impl Send for JoyFeedbackArray
impl Sync for JoyFeedbackArray
impl Unpin for JoyFeedbackArray
impl UnsafeUnpin for JoyFeedbackArray
impl UnwindSafe for JoyFeedbackArray
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