Struct rclrust_msg::sensor_msgs::msg::RegionOfInterest_Raw
source · [−]#[repr(C)]pub struct RegionOfInterest_Raw {
pub x_offset: u32,
pub y_offset: u32,
pub height: u32,
pub width: u32,
pub do_rectify: bool,
}
Fields
x_offset: u32
y_offset: u32
height: u32
width: u32
do_rectify: bool
Trait Implementations
sourceimpl Debug for RegionOfInterest_Raw
impl Debug for RegionOfInterest_Raw
sourceimpl Default for RegionOfInterest_Raw
impl Default for RegionOfInterest_Raw
sourceimpl Drop for RegionOfInterest_Raw
impl Drop for RegionOfInterest_Raw
sourceimpl FFIToRust for RegionOfInterest_Raw
impl FFIToRust for RegionOfInterest_Raw
type Target = RegionOfInterest
unsafe fn to_rust(&self) -> Self::Target
impl Send for RegionOfInterest_Raw
impl Sync for RegionOfInterest_Raw
Auto Trait Implementations
impl RefUnwindSafe for RegionOfInterest_Raw
impl Unpin for RegionOfInterest_Raw
impl UnwindSafe for RegionOfInterest_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