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