pub struct CuDepthLength;Expand description
Default depth encoding backed directly by unit-safe Length samples.
Trait Implementations§
Source§impl Clone for CuDepthLength
impl Clone for CuDepthLength
Source§fn clone(&self) -> CuDepthLength
fn clone(&self) -> CuDepthLength
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CuDepthLength
Source§impl CuDepthEncoding for CuDepthLength
impl CuDepthEncoding for CuDepthLength
const DESCRIPTOR: CuDepthEncodingDescriptor
const TYPE_PATH: &'static str = "cu_sensor_payloads::CuDepthMap"
const SHORT_TYPE_PATH: &'static str = "CuDepthMap"
const TYPE_IDENT: &'static str = "CuDepthMap"
type Sample = Length
Source§impl Debug for CuDepthLength
impl Debug for CuDepthLength
Source§impl Default for CuDepthLength
impl Default for CuDepthLength
Source§fn default() -> CuDepthLength
fn default() -> CuDepthLength
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CuDepthLength
impl RefUnwindSafe for CuDepthLength
impl Send for CuDepthLength
impl Sync for CuDepthLength
impl Unpin for CuDepthLength
impl UnsafeUnpin for CuDepthLength
impl UnwindSafe for CuDepthLength
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> GetTypeRegistration for T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more