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