Struct rclrust_msg::diagnostic_msgs::msg::DiagnosticStatus_Raw
source · [−]#[repr(C)]pub struct DiagnosticStatus_Raw {
pub level: u8,
pub name: FFIString,
pub message: FFIString,
pub hardware_id: FFIString,
pub values: FFISeq<KeyValue_Raw>,
}
Fields
level: u8
name: FFIString
message: FFIString
hardware_id: FFIString
values: FFISeq<KeyValue_Raw>
Trait Implementations
sourceimpl Debug for DiagnosticStatus_Raw
impl Debug for DiagnosticStatus_Raw
sourceimpl Default for DiagnosticStatus_Raw
impl Default for DiagnosticStatus_Raw
sourceimpl Drop for DiagnosticStatus_Raw
impl Drop for DiagnosticStatus_Raw
sourceimpl FFIToRust for DiagnosticStatus_Raw
impl FFIToRust for DiagnosticStatus_Raw
type Target = DiagnosticStatus
unsafe fn to_rust(&self) -> Self::Target
impl Send for DiagnosticStatus_Raw
impl Sync for DiagnosticStatus_Raw
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticStatus_Raw
impl Unpin for DiagnosticStatus_Raw
impl UnwindSafe for DiagnosticStatus_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