pub struct RgbdFrame { /* private fields */ }
Expand description
Object that contains a frame data.
Implementations§
Trait Implementations§
source§impl Boxed for RgbdFrame
impl Boxed for RgbdFrame
source§impl From<OdometryFrame> for RgbdFrame
impl From<OdometryFrame> for RgbdFrame
source§fn from(s: OdometryFrame) -> Self
fn from(s: OdometryFrame) -> Self
Converts to this type from the input type.
source§impl RgbdFrameTrait for RgbdFrame
impl RgbdFrameTrait for RgbdFrame
source§impl RgbdFrameTraitConst for RgbdFrame
impl RgbdFrameTraitConst for RgbdFrame
source§impl TryFrom<RgbdFrame> for OdometryFrame
impl TryFrom<RgbdFrame> for OdometryFrame
impl Send for RgbdFrame
Auto Trait Implementations§
impl RefUnwindSafe for RgbdFrame
impl !Sync for RgbdFrame
impl Unpin for RgbdFrame
impl UnwindSafe for RgbdFrame
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