[][src]Struct uefi_ffi::s_pxe_sw_undi

#[repr(C, packed)]pub struct s_pxe_sw_undi {
    pub Signature: PXE_u32,
    pub Len: PXE_u8,
    pub Fudge: PXE_u8,
    pub Rev: PXE_u8,
    pub IFcnt: PXE_u8,
    pub MajorVer: PXE_u8,
    pub MinorVer: PXE_u8,
    pub IFcntExt: PXE_u8,
    pub reserved1: PXE_u8,
    pub Implementation: PXE_u32,
    pub EntryPoint: PXE_u64,
    pub reserved2: [PXE_u8; 3],
    pub BusCnt: PXE_u8,
    pub BusType: [PXE_u32; 1],
}

Fields

Signature: PXE_u32Len: PXE_u8Fudge: PXE_u8Rev: PXE_u8IFcnt: PXE_u8MajorVer: PXE_u8MinorVer: PXE_u8IFcntExt: PXE_u8reserved1: PXE_u8Implementation: PXE_u32EntryPoint: PXE_u64reserved2: [PXE_u8; 3]BusCnt: PXE_u8BusType: [PXE_u32; 1]

Trait Implementations

impl Clone for s_pxe_sw_undi[src]

impl Copy for s_pxe_sw_undi[src]

impl Debug for s_pxe_sw_undi[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]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.