pub struct HardwareVersion { /* private fields */ }Implementations§
Source§impl HardwareVersion
impl HardwareVersion
Sourcepub fn depth_sensor(&self) -> Version
pub fn depth_sensor(&self) -> Version
< Depth sensor firmware version.
Sourcepub fn firmware_build(&self) -> FirmwareBuildType
pub fn firmware_build(&self) -> FirmwareBuildType
< Build type reported by the firmware.
Sourcepub fn firmware_signature(&self) -> FirmwareSignatureType
pub fn firmware_signature(&self) -> FirmwareSignatureType
< Signature type of the firmware.
Trait Implementations§
Source§impl Clone for HardwareVersion
impl Clone for HardwareVersion
Source§fn clone(&self) -> HardwareVersion
fn clone(&self) -> HardwareVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HardwareVersion
impl Debug for HardwareVersion
Source§impl Default for HardwareVersion
impl Default for HardwareVersion
Source§fn default() -> HardwareVersion
fn default() -> HardwareVersion
Returns the “default value” for a type. Read more
Source§impl Display for HardwareVersion
impl Display for HardwareVersion
impl Copy for HardwareVersion
Auto Trait Implementations§
impl Freeze for HardwareVersion
impl RefUnwindSafe for HardwareVersion
impl Send for HardwareVersion
impl Sync for HardwareVersion
impl Unpin for HardwareVersion
impl UnwindSafe for HardwareVersion
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