Struct rclrust_msg::diagnostic_msgs::msg::DiagnosticArray_Raw
source · [−]#[repr(C)]pub struct DiagnosticArray_Raw {
pub header: Header_Raw,
pub status: FFISeq<DiagnosticStatus_Raw>,
}
Fields
header: Header_Raw
status: FFISeq<DiagnosticStatus_Raw>
Trait Implementations
sourceimpl Debug for DiagnosticArray_Raw
impl Debug for DiagnosticArray_Raw
sourceimpl Default for DiagnosticArray_Raw
impl Default for DiagnosticArray_Raw
sourceimpl Drop for DiagnosticArray_Raw
impl Drop for DiagnosticArray_Raw
sourceimpl FFIToRust for DiagnosticArray_Raw
impl FFIToRust for DiagnosticArray_Raw
type Target = DiagnosticArray
unsafe fn to_rust(&self) -> Self::Target
impl Send for DiagnosticArray_Raw
impl Sync for DiagnosticArray_Raw
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticArray_Raw
impl Unpin for DiagnosticArray_Raw
impl UnwindSafe for DiagnosticArray_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more