pub struct DetectionInfo {
pub header: Header,
pub ids: Vec<Int32>,
pub widths: Vec<Int32>,
pub heights: Vec<Int32>,
pub file_paths: Vec<String>,
pub inliers: Vec<Int32>,
pub outliers: Vec<Int32>,
pub homographies: Vec<Float32MultiArray>,
}Fields§
§header: Header§ids: Vec<Int32>§widths: Vec<Int32>§heights: Vec<Int32>§file_paths: Vec<String>§inliers: Vec<Int32>§outliers: Vec<Int32>§homographies: Vec<Float32MultiArray>Trait Implementations§
Source§impl Clone for DetectionInfo
impl Clone for DetectionInfo
Source§fn clone(&self) -> DetectionInfo
fn clone(&self) -> DetectionInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetectionInfo
impl Debug for DetectionInfo
Source§impl Default for DetectionInfo
impl Default for DetectionInfo
Source§impl<'de> Deserialize<'de> for DetectionInfo
impl<'de> Deserialize<'de> for DetectionInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DetectionInfo
impl PartialEq for DetectionInfo
Source§impl Serialize for DetectionInfo
impl Serialize for DetectionInfo
impl Message for DetectionInfo
impl StructuralPartialEq for DetectionInfo
Auto Trait Implementations§
impl Freeze for DetectionInfo
impl RefUnwindSafe for DetectionInfo
impl Send for DetectionInfo
impl Sync for DetectionInfo
impl Unpin for DetectionInfo
impl UnwindSafe for DetectionInfo
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