Struct rclrust_msg::stereo_msgs::msg::DisparityImage_Raw
source · [−]#[repr(C)]pub struct DisparityImage_Raw {
pub header: Header_Raw,
pub image: Image_Raw,
pub f: f32,
pub t: f32,
pub valid_window: RegionOfInterest_Raw,
pub min_disparity: f32,
pub max_disparity: f32,
pub delta_d: f32,
}
Fields
header: Header_Raw
image: Image_Raw
f: f32
t: f32
valid_window: RegionOfInterest_Raw
min_disparity: f32
max_disparity: f32
delta_d: f32
Trait Implementations
sourceimpl Debug for DisparityImage_Raw
impl Debug for DisparityImage_Raw
sourceimpl Default for DisparityImage_Raw
impl Default for DisparityImage_Raw
sourceimpl Drop for DisparityImage_Raw
impl Drop for DisparityImage_Raw
sourceimpl FFIToRust for DisparityImage_Raw
impl FFIToRust for DisparityImage_Raw
type Target = DisparityImage
unsafe fn to_rust(&self) -> Self::Target
impl Send for DisparityImage_Raw
impl Sync for DisparityImage_Raw
Auto Trait Implementations
impl RefUnwindSafe for DisparityImage_Raw
impl Unpin for DisparityImage_Raw
impl UnwindSafe for DisparityImage_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