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