pub struct EventlogEntry {
pub target_measurement_registry: u32,
pub event_type_id: u32,
pub event_type: String,
pub digests: Vec<ElDigest>,
pub event_desc: Vec<u8>,
}Fields§
§target_measurement_registry: u32§event_type_id: u32§event_type: String§digests: Vec<ElDigest>§event_desc: Vec<u8>Trait Implementations§
Source§impl Clone for EventlogEntry
impl Clone for EventlogEntry
Source§fn clone(&self) -> EventlogEntry
fn clone(&self) -> EventlogEntry
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 moreAuto Trait Implementations§
impl Freeze for EventlogEntry
impl RefUnwindSafe for EventlogEntry
impl Send for EventlogEntry
impl Sync for EventlogEntry
impl Unpin for EventlogEntry
impl UnwindSafe for EventlogEntry
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