Struct rclrust_msg::map_msgs::msg::OccupancyGridUpdate_Raw
source · [−]#[repr(C)]pub struct OccupancyGridUpdate_Raw {
pub header: Header_Raw,
pub x: i32,
pub y: i32,
pub width: u32,
pub height: u32,
pub data: FFISeq<i8>,
}
Fields
header: Header_Raw
x: i32
y: i32
width: u32
height: u32
data: FFISeq<i8>
Trait Implementations
sourceimpl Debug for OccupancyGridUpdate_Raw
impl Debug for OccupancyGridUpdate_Raw
sourceimpl Default for OccupancyGridUpdate_Raw
impl Default for OccupancyGridUpdate_Raw
sourceimpl Drop for OccupancyGridUpdate_Raw
impl Drop for OccupancyGridUpdate_Raw
sourceimpl FFIToRust for OccupancyGridUpdate_Raw
impl FFIToRust for OccupancyGridUpdate_Raw
type Target = OccupancyGridUpdate
unsafe fn to_rust(&self) -> Self::Target
impl Send for OccupancyGridUpdate_Raw
impl Sync for OccupancyGridUpdate_Raw
Auto Trait Implementations
impl RefUnwindSafe for OccupancyGridUpdate_Raw
impl Unpin for OccupancyGridUpdate_Raw
impl UnwindSafe for OccupancyGridUpdate_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