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