pub struct GetPointMapROIRequest {
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: f64Trait Implementations§
Source§impl Clone for GetPointMapROIRequest
impl Clone for GetPointMapROIRequest
Source§fn clone(&self) -> GetPointMapROIRequest
fn clone(&self) -> GetPointMapROIRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetPointMapROIRequest
impl Debug for GetPointMapROIRequest
Source§impl Default for GetPointMapROIRequest
impl Default for GetPointMapROIRequest
Source§impl<'de> Deserialize<'de> for GetPointMapROIRequest
impl<'de> Deserialize<'de> for GetPointMapROIRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetPointMapROIRequest
impl PartialEq for GetPointMapROIRequest
Source§impl Serialize for GetPointMapROIRequest
impl Serialize for GetPointMapROIRequest
impl Message for GetPointMapROIRequest
impl StructuralPartialEq for GetPointMapROIRequest
Auto Trait Implementations§
impl Freeze for GetPointMapROIRequest
impl RefUnwindSafe for GetPointMapROIRequest
impl Send for GetPointMapROIRequest
impl Sync for GetPointMapROIRequest
impl Unpin for GetPointMapROIRequest
impl UnwindSafe for GetPointMapROIRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more