[][src]Struct r_efi::system::VariableAuthentication2

#[repr(C)]pub struct VariableAuthentication2 {
    pub timestamp: Time,
    pub auth_info: [u8],
}

Fields

timestamp: Timeauth_info: [u8]

Trait Implementations

impl Debug for VariableAuthentication2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]