[−][src]Struct rosrust_msg::sensor_msgs::RegionOfInterest
Fields
x_offset: u32
y_offset: u32
height: u32
width: u32
do_rectify: bool
Trait Implementations
impl Clone for RegionOfInterest
[src][+]
impl Debug for RegionOfInterest
[src][+]
impl Default for RegionOfInterest
[src][+]
impl Message for RegionOfInterest
[src][+]
impl PartialEq<RegionOfInterest> for RegionOfInterest
[src][+]
impl RosMsg for RegionOfInterest
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for RegionOfInterest
impl Send for RegionOfInterest
impl Sync for RegionOfInterest
impl Unpin for RegionOfInterest
impl UnwindSafe for RegionOfInterest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,