[][src]Struct nuscenes_data::serializable::SampleAnnotation

pub struct SampleAnnotation {
    pub token: LongToken,
    pub num_lidar_pts: isize,
    pub num_radar_pts: isize,
    pub size: [f64; 3],
    pub rotation: [f64; 4],
    pub translation: [f64; 3],
    pub sample_token: LongToken,
    pub instance_token: LongToken,
    pub attribute_tokens: Vec<LongToken>,
    pub visibility_token: Option<String>,
    pub prev: Option<LongToken>,
    pub next: Option<LongToken>,
}

Fields

token: LongTokennum_lidar_pts: isizenum_radar_pts: isizesize: [f64; 3]rotation: [f64; 4]translation: [f64; 3]sample_token: LongTokeninstance_token: LongTokenattribute_tokens: Vec<LongToken>visibility_token: Option<String>prev: Option<LongToken>next: Option<LongToken>

Trait Implementations

impl Clone for SampleAnnotation[src]

impl Debug for SampleAnnotation[src]

impl Serialize for SampleAnnotation[src]

impl<'de> Deserialize<'de> for SampleAnnotation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]