Struct rclrust_msg::nav_msgs::srv::GetPlan_Request_Raw
source · [−]#[repr(C)]pub struct GetPlan_Request_Raw {
pub start: PoseStamped_Raw,
pub goal: PoseStamped_Raw,
pub tolerance: f32,
}
Fields
start: PoseStamped_Raw
goal: PoseStamped_Raw
tolerance: f32
Trait Implementations
sourceimpl Debug for GetPlan_Request_Raw
impl Debug for GetPlan_Request_Raw
sourceimpl Default for GetPlan_Request_Raw
impl Default for GetPlan_Request_Raw
sourceimpl Drop for GetPlan_Request_Raw
impl Drop for GetPlan_Request_Raw
sourceimpl FFIToRust for GetPlan_Request_Raw
impl FFIToRust for GetPlan_Request_Raw
type Target = GetPlan_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for GetPlan_Request_Raw
impl Sync for GetPlan_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for GetPlan_Request_Raw
impl Unpin for GetPlan_Request_Raw
impl UnwindSafe for GetPlan_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