Struct rclrust_msg::nav_msgs::msg::GridCells_Raw
source · [−]#[repr(C)]pub struct GridCells_Raw {
pub header: Header_Raw,
pub cell_width: f32,
pub cell_height: f32,
pub cells: FFISeq<Point_Raw>,
}Fields
header: Header_Rawcell_width: f32cell_height: f32cells: FFISeq<Point_Raw>Trait Implementations
sourceimpl Debug for GridCells_Raw
impl Debug for GridCells_Raw
sourceimpl Default for GridCells_Raw
impl Default for GridCells_Raw
sourceimpl Drop for GridCells_Raw
impl Drop for GridCells_Raw
sourceimpl FFIToRust for GridCells_Raw
impl FFIToRust for GridCells_Raw
impl Send for GridCells_Raw
impl Sync for GridCells_Raw
Auto Trait Implementations
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