#[repr(C)]pub struct Report2 {
pub report_mac: Report2Mac,
pub tee_tcb_info: [u8; 239],
pub reserved: [u8; 17],
pub tee_info: [u8; 512],
}
Fields§
§report_mac: Report2Mac
§tee_tcb_info: [u8; 239]
§reserved: [u8; 17]
§tee_info: [u8; 512]
Trait Implementations§
impl ContiguousMemory for Report2
impl Copy for Report2
Auto Trait Implementations§
impl RefUnwindSafe for Report2
impl Send for Report2
impl Sync for Report2
impl Unpin for Report2
impl UnwindSafe for Report2
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