Struct rclrust_msg::sensor_msgs::msg::CameraInfo_Raw
source · [−]#[repr(C)]pub struct CameraInfo_Raw {
pub header: Header_Raw,
pub height: u32,
pub width: u32,
pub distortion_model: FFIString,
pub d: FFISeq<f64>,
pub k: [f64; 9],
pub r: [f64; 9],
pub p: [f64; 12],
pub binning_x: u32,
pub binning_y: u32,
pub roi: RegionOfInterest_Raw,
}Fields
header: Header_Rawheight: u32width: u32distortion_model: FFIStringd: FFISeq<f64>k: [f64; 9]r: [f64; 9]p: [f64; 12]binning_x: u32binning_y: u32roi: RegionOfInterest_RawTrait Implementations
sourceimpl Debug for CameraInfo_Raw
impl Debug for CameraInfo_Raw
sourceimpl Default for CameraInfo_Raw
impl Default for CameraInfo_Raw
sourceimpl Drop for CameraInfo_Raw
impl Drop for CameraInfo_Raw
sourceimpl FFIToRust for CameraInfo_Raw
impl FFIToRust for CameraInfo_Raw
type Target = CameraInfo
unsafe fn to_rust(&self) -> Self::Target
impl Send for CameraInfo_Raw
impl Sync for CameraInfo_Raw
Auto Trait Implementations
impl RefUnwindSafe for CameraInfo_Raw
impl Unpin for CameraInfo_Raw
impl UnwindSafe for CameraInfo_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