[−][src]Struct CCODE::_SCM_PD_FIRMWARE_SLOT_INFO
Fields
Version: DWORDSize: DWORDSlotNumber: BYTE_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>Reserved1: [BYTE; 6]Revision: [BYTE; 32]Implementations
impl _SCM_PD_FIRMWARE_SLOT_INFO[src]
pub fn ReadOnly(&self) -> BYTE[src]
pub fn set_ReadOnly(&mut self, val: BYTE)[src]
pub fn Reserved0(&self) -> BYTE[src]
pub fn set_Reserved0(&mut self, val: BYTE)[src]
pub fn new_bitfield_1(
ReadOnly: BYTE,
Reserved0: BYTE
) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]
ReadOnly: BYTE,
Reserved0: BYTE
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for _SCM_PD_FIRMWARE_SLOT_INFO[src]
pub fn clone(&self) -> _SCM_PD_FIRMWARE_SLOT_INFO[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _SCM_PD_FIRMWARE_SLOT_INFO[src]
impl Debug for _SCM_PD_FIRMWARE_SLOT_INFO[src]
Auto Trait Implementations
impl RefUnwindSafe for _SCM_PD_FIRMWARE_SLOT_INFO
impl Send for _SCM_PD_FIRMWARE_SLOT_INFO
impl Sync for _SCM_PD_FIRMWARE_SLOT_INFO
impl Unpin for _SCM_PD_FIRMWARE_SLOT_INFO
impl UnwindSafe for _SCM_PD_FIRMWARE_SLOT_INFO
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,