Struct sgx_types::types::UpdateInfoBit
source · #[repr(C, packed(1))]pub struct UpdateInfoBit {
pub ucodeUpdate: i32,
pub csmeFwUpdate: i32,
pub pswUpdate: i32,
}
Fields§
§ucodeUpdate: i32
§csmeFwUpdate: i32
§pswUpdate: i32
Trait Implementations§
source§impl Clone for UpdateInfoBit
impl Clone for UpdateInfoBit
source§fn clone(&self) -> UpdateInfoBit
fn clone(&self) -> UpdateInfoBit
Returns a copy 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 UpdateInfoBit
impl Debug for UpdateInfoBit
source§impl Default for UpdateInfoBit
impl Default for UpdateInfoBit
source§fn default() -> UpdateInfoBit
fn default() -> UpdateInfoBit
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateInfoBit
impl PartialEq for UpdateInfoBit
source§fn eq(&self, other: &UpdateInfoBit) -> bool
fn eq(&self, other: &UpdateInfoBit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl BytewiseEquality for UpdateInfoBit
impl ContiguousMemory for UpdateInfoBit
impl Copy for UpdateInfoBit
impl Eq for UpdateInfoBit
impl StructuralEq for UpdateInfoBit
impl StructuralPartialEq for UpdateInfoBit
Auto Trait Implementations§
impl RefUnwindSafe for UpdateInfoBit
impl Send for UpdateInfoBit
impl Sync for UpdateInfoBit
impl Unpin for UpdateInfoBit
impl UnwindSafe for UpdateInfoBit
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