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