Struct rclrust_msg::map_msgs::srv::SetMapProjections_Response_Raw
source · [−]#[repr(C)]pub struct SetMapProjections_Response_Raw {
pub projected_maps_info: FFISeq<ProjectedMapInfo_Raw>,
}
Fields
projected_maps_info: FFISeq<ProjectedMapInfo_Raw>
Trait Implementations
sourceimpl Drop for SetMapProjections_Response_Raw
impl Drop for SetMapProjections_Response_Raw
sourceimpl FFIToRust for SetMapProjections_Response_Raw
impl FFIToRust for SetMapProjections_Response_Raw
type Target = SetMapProjections_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for SetMapProjections_Response_Raw
impl Sync for SetMapProjections_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for SetMapProjections_Response_Raw
impl Unpin for SetMapProjections_Response_Raw
impl UnwindSafe for SetMapProjections_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