Struct rclrust_msg::pcl_msgs::msg::PointIndices_Raw
source · [−]#[repr(C)]pub struct PointIndices_Raw {
pub header: Header_Raw,
pub indices: FFISeq<i32>,
}
Fields
header: Header_Raw
indices: FFISeq<i32>
Trait Implementations
sourceimpl Debug for PointIndices_Raw
impl Debug for PointIndices_Raw
sourceimpl Default for PointIndices_Raw
impl Default for PointIndices_Raw
sourceimpl Drop for PointIndices_Raw
impl Drop for PointIndices_Raw
sourceimpl FFIToRust for PointIndices_Raw
impl FFIToRust for PointIndices_Raw
type Target = PointIndices
unsafe fn to_rust(&self) -> Self::Target
impl Send for PointIndices_Raw
impl Sync for PointIndices_Raw
Auto Trait Implementations
impl RefUnwindSafe for PointIndices_Raw
impl Unpin for PointIndices_Raw
impl UnwindSafe for PointIndices_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