pub struct Rs2Extrinsics(pub rs2_extrinsics);
Expand description
The topology describing how the different devices are oriented.
Use the function stream_profile.extrinsics()
to retrieve these extrinsics from a certain stream in relation to
another stream on the same device.
Tuple Fields§
§0: rs2_extrinsics
Implementations§
Trait Implementations§
Source§impl Debug for Rs2Extrinsics
impl Debug for Rs2Extrinsics
impl Send for Rs2Extrinsics
Auto Trait Implementations§
impl Freeze for Rs2Extrinsics
impl RefUnwindSafe for Rs2Extrinsics
impl Sync for Rs2Extrinsics
impl Unpin for Rs2Extrinsics
impl UnwindSafe for Rs2Extrinsics
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