#[repr(C)]pub struct stereo_msgs__msg__DisparityImage {
pub header: std_msgs__msg__Header,
pub image: sensor_msgs__msg__Image,
pub f: f32,
pub t: f32,
pub valid_window: sensor_msgs__msg__RegionOfInterest,
pub min_disparity: f32,
pub max_disparity: f32,
pub delta_d: f32,
}Fields§
§header: std_msgs__msg__Header§image: sensor_msgs__msg__Image§f: f32§t: f32§valid_window: sensor_msgs__msg__RegionOfInterest§min_disparity: f32§max_disparity: f32§delta_d: f32Auto Trait Implementations§
impl Freeze for stereo_msgs__msg__DisparityImage
impl RefUnwindSafe for stereo_msgs__msg__DisparityImage
impl !Send for stereo_msgs__msg__DisparityImage
impl !Sync for stereo_msgs__msg__DisparityImage
impl Unpin for stereo_msgs__msg__DisparityImage
impl UnwindSafe for stereo_msgs__msg__DisparityImage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more