#[repr(u32)]pub enum FirmwareBuildType {
Release = 0,
Debug = 1,
}Expand description
Firmware build type.
Variants§
Trait Implementations§
Source§impl Clone for FirmwareBuildType
impl Clone for FirmwareBuildType
Source§fn clone(&self) -> FirmwareBuildType
fn clone(&self) -> FirmwareBuildType
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 FirmwareBuildType
impl Debug for FirmwareBuildType
Source§impl From<FirmwareBuildType> for k4a_firmware_build_t
impl From<FirmwareBuildType> for k4a_firmware_build_t
Source§fn from(s: FirmwareBuildType) -> Self
fn from(s: FirmwareBuildType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FirmwareBuildType
impl PartialEq for FirmwareBuildType
impl Copy for FirmwareBuildType
impl StructuralPartialEq for FirmwareBuildType
Auto Trait Implementations§
impl Freeze for FirmwareBuildType
impl RefUnwindSafe for FirmwareBuildType
impl Send for FirmwareBuildType
impl Sync for FirmwareBuildType
impl Unpin for FirmwareBuildType
impl UnwindSafe for FirmwareBuildType
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