[][src]Struct efw::efi::bits::VariableAuthentication3Nonce

#[repr(C)]
pub struct VariableAuthentication3Nonce { pub nonce_size: u32, pub nonce: [u8], }

Fields

nonce_size: u32nonce: [u8]

Trait Implementations

impl Debug for VariableAuthentication3Nonce[src]

Auto Trait Implementations

Blanket Implementations

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

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

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