[−][src]Struct nuscenes_data::base::WithDataset
A wrapper struct that wraps around a base type with a reference to dataset.
Methods
impl<'a> WithDataset<'a, CalibratedSensor>[src]
pub fn sensor(&self) -> WithDataset<'a, Sensor>[src]
impl<'a> WithDataset<'a, InstanceInternal>[src]
pub fn category(&self) -> WithDataset<'a, Category>[src]
pub fn sample_annotation_iter(
&self
) -> Iter<'a, SampleAnnotation, SliceIter<'a, LongToken>>[src]
&self
) -> Iter<'a, SampleAnnotation, SliceIter<'a, LongToken>>
impl<'a> WithDataset<'a, Log>[src]
impl<'a> WithDataset<'a, Map>[src]
impl<'a> WithDataset<'a, SampleInternal>[src]
pub fn sample_annotation_iter(
&self
) -> Iter<'a, SampleAnnotation, SliceIter<'a, LongToken>>[src]
&self
) -> Iter<'a, SampleAnnotation, SliceIter<'a, LongToken>>
pub fn sample_data_iter(&self) -> Iter<'a, SampleData, SliceIter<'a, LongToken>>[src]
pub fn scene(&self) -> WithDataset<'a, SceneInternal>[src]
pub fn prev(&self) -> Option<WithDataset<'a, SampleInternal>>[src]
pub fn next(&self) -> Option<WithDataset<'a, SampleInternal>>[src]
impl<'a> WithDataset<'a, SampleAnnotation>[src]
pub fn sample(&self) -> WithDataset<'a, SampleInternal>[src]
pub fn instance(&self) -> WithDataset<'a, InstanceInternal>[src]
pub fn attribute_iter(&self) -> Iter<'a, Attribute, SliceIter<'a, LongToken>>[src]
pub fn prev(&self) -> Option<WithDataset<'a, SampleAnnotation>>[src]
pub fn next(&self) -> Option<WithDataset<'a, SampleAnnotation>>[src]
impl<'a> WithDataset<'a, SampleData>[src]
pub fn open(&self) -> IoResult<File>[src]
pub fn load_raw(&self) -> NuScenesDataResult<Vec<u8>>[src]
pub fn load(&self) -> NuScenesDataResult<LoadedSampleData>[src]
pub fn sample(&self) -> WithDataset<'a, SampleInternal>[src]
pub fn ego_pose(&self) -> WithDataset<'a, EgoPose>[src]
pub fn calibrated_sensor(&self) -> WithDataset<'a, CalibratedSensor>[src]
pub fn prev(&self) -> Option<WithDataset<'a, SampleData>>[src]
pub fn next(&self) -> Option<WithDataset<'a, SampleData>>[src]
impl<'a> WithDataset<'a, SceneInternal>[src]
pub fn log(&self) -> WithDataset<'a, Log>[src]
pub fn sample_iter(&self) -> Iter<'a, SampleInternal, SliceIter<'a, LongToken>>[src]
Trait Implementations
impl<'a, T: Clone> Clone for WithDataset<'a, T>[src]
fn clone(&self) -> WithDataset<'a, T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a, T> Deref for WithDataset<'a, T>[src]
impl<'a, T: Debug> Debug for WithDataset<'a, T>[src]
Auto Trait Implementations
impl<'a, T> Send for WithDataset<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Sync for WithDataset<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for WithDataset<'a, T>
impl<'a, T> UnwindSafe for WithDataset<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> RefUnwindSafe for WithDataset<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>
fn is_in_subset(&self) -> bool
unsafe fn to_subset_unchecked(&self) -> SS
fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,