pub struct CameraDepth;Expand description
Type-level marker for the per-pixel depth (metres, float32) camera channel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CameraDepth
impl RefUnwindSafe for CameraDepth
impl Send for CameraDepth
impl Sync for CameraDepth
impl Unpin for CameraDepth
impl UnsafeUnpin for CameraDepth
impl UnwindSafe for CameraDepth
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