pub struct Octomap {
pub header: Header,
pub binary: bool,
pub id: String,
pub resolution: f64,
pub data: Vec<i8>,
}
Fields§
§header: Header
§binary: bool
§id: String
§resolution: f64
§data: Vec<i8>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Octomap
impl<'de> Deserialize<'de> for Octomap
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
impl Message for Octomap
impl StructuralPartialEq for Octomap
Auto Trait Implementations§
impl Freeze for Octomap
impl RefUnwindSafe for Octomap
impl Send for Octomap
impl Sync for Octomap
impl Unpin for Octomap
impl UnwindSafe for Octomap
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