Struct rclrust_msg::sensor_msgs::msg::PointCloud_Raw
source · [−]#[repr(C)]pub struct PointCloud_Raw {
pub header: Header_Raw,
pub points: FFISeq<Point32_Raw>,
pub channels: FFISeq<ChannelFloat32_Raw>,
}
Fields
header: Header_Raw
points: FFISeq<Point32_Raw>
channels: FFISeq<ChannelFloat32_Raw>
Trait Implementations
sourceimpl Debug for PointCloud_Raw
impl Debug for PointCloud_Raw
sourceimpl Default for PointCloud_Raw
impl Default for PointCloud_Raw
sourceimpl Drop for PointCloud_Raw
impl Drop for PointCloud_Raw
sourceimpl FFIToRust for PointCloud_Raw
impl FFIToRust for PointCloud_Raw
type Target = PointCloud
unsafe fn to_rust(&self) -> Self::Target
impl Send for PointCloud_Raw
impl Sync for PointCloud_Raw
Auto Trait Implementations
impl RefUnwindSafe for PointCloud_Raw
impl Unpin for PointCloud_Raw
impl UnwindSafe for PointCloud_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