pub struct Entry<'a> {
pub component: Component<'a>,
pub vendor: Vendor<'a>,
}Expand description
Fields§
§component: Component<'a>Component data. This is used for SBAT comparison.
vendor: Vendor<'a>Vendor data. This is human-readable and not used for SBAT comparison.
Implementations§
Trait Implementations§
impl<'a> Copy for Entry<'a>
impl<'a> Eq for Entry<'a>
impl<'a> StructuralPartialEq for Entry<'a>
Auto Trait Implementations§
impl<'a> Freeze for Entry<'a>
impl<'a> RefUnwindSafe for Entry<'a>
impl<'a> Send for Entry<'a>
impl<'a> Sync for Entry<'a>
impl<'a> Unpin for Entry<'a>
impl<'a> UnwindSafe for Entry<'a>
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