Struct rclrust_msg::sensor_msgs::msg::PointField_Raw
source · [−]#[repr(C)]pub struct PointField_Raw {
pub name: FFIString,
pub offset: u32,
pub datatype: u8,
pub count: u32,
}
Fields
name: FFIString
offset: u32
datatype: u8
count: u32
Trait Implementations
sourceimpl Debug for PointField_Raw
impl Debug for PointField_Raw
sourceimpl Default for PointField_Raw
impl Default for PointField_Raw
sourceimpl Drop for PointField_Raw
impl Drop for PointField_Raw
sourceimpl FFIToRust for PointField_Raw
impl FFIToRust for PointField_Raw
type Target = PointField
unsafe fn to_rust(&self) -> Self::Target
impl Send for PointField_Raw
impl Sync for PointField_Raw
Auto Trait Implementations
impl RefUnwindSafe for PointField_Raw
impl Unpin for PointField_Raw
impl UnwindSafe for PointField_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