Struct rclrust_msg::map_msgs::srv::GetPointMapROI_Request_Raw
source · [−]#[repr(C)]pub struct GetPointMapROI_Request_Raw {
pub x: f64,
pub y: f64,
pub z: f64,
pub r: f64,
pub l_x: f64,
pub l_y: f64,
pub l_z: f64,
}
Fields
x: f64
y: f64
z: f64
r: f64
l_x: f64
l_y: f64
l_z: f64
Trait Implementations
sourceimpl Debug for GetPointMapROI_Request_Raw
impl Debug for GetPointMapROI_Request_Raw
sourceimpl Default for GetPointMapROI_Request_Raw
impl Default for GetPointMapROI_Request_Raw
sourceimpl Drop for GetPointMapROI_Request_Raw
impl Drop for GetPointMapROI_Request_Raw
sourceimpl FFIToRust for GetPointMapROI_Request_Raw
impl FFIToRust for GetPointMapROI_Request_Raw
type Target = GetPointMapROI_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for GetPointMapROI_Request_Raw
impl Sync for GetPointMapROI_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for GetPointMapROI_Request_Raw
impl Unpin for GetPointMapROI_Request_Raw
impl UnwindSafe for GetPointMapROI_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