Struct rclrust_msg::diagnostic_msgs::srv::SelfTest_Response_Raw
source · [−]#[repr(C)]pub struct SelfTest_Response_Raw {
pub id: FFIString,
pub passed: u8,
pub status: FFISeq<DiagnosticStatus_Raw>,
}
Fields
id: FFIString
passed: u8
status: FFISeq<DiagnosticStatus_Raw>
Trait Implementations
sourceimpl Debug for SelfTest_Response_Raw
impl Debug for SelfTest_Response_Raw
sourceimpl Default for SelfTest_Response_Raw
impl Default for SelfTest_Response_Raw
sourceimpl Drop for SelfTest_Response_Raw
impl Drop for SelfTest_Response_Raw
sourceimpl FFIToRust for SelfTest_Response_Raw
impl FFIToRust for SelfTest_Response_Raw
type Target = SelfTest_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for SelfTest_Response_Raw
impl Sync for SelfTest_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for SelfTest_Response_Raw
impl Unpin for SelfTest_Response_Raw
impl UnwindSafe for SelfTest_Response_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