Struct sgx_types::types::UpdateInfoBit
source · [−]#[repr(C, packed)]pub struct UpdateInfoBit {
pub ucodeUpdate: i32,
pub csmeFwUpdate: i32,
pub pswUpdate: i32,
}
Fields
ucodeUpdate: i32
csmeFwUpdate: i32
pswUpdate: i32
Trait Implementations
sourceimpl AsRef<[u8; 12]> for UpdateInfoBit
impl AsRef<[u8; 12]> for UpdateInfoBit
sourceimpl Clone for UpdateInfoBit
impl Clone for UpdateInfoBit
sourcefn clone(&self) -> UpdateInfoBit
fn clone(&self) -> UpdateInfoBit
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateInfoBit
impl Debug for UpdateInfoBit
sourceimpl Default for UpdateInfoBit
impl Default for UpdateInfoBit
sourcefn default() -> UpdateInfoBit
fn default() -> UpdateInfoBit
Returns the “default value” for a type. Read more
sourceimpl PartialEq<UpdateInfoBit> for UpdateInfoBit
impl PartialEq<UpdateInfoBit> for UpdateInfoBit
sourcefn eq(&self, other: &UpdateInfoBit) -> bool
fn eq(&self, other: &UpdateInfoBit) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more