[][src]Struct uefi_ffi::s_pxe_db_get_init_info

#[repr(C, packed)]pub struct s_pxe_db_get_init_info {
    pub MemoryRequired: PXE_u32,
    pub FrameDataLen: PXE_u32,
    pub LinkSpeeds: [PXE_u32; 4],
    pub NvCount: PXE_u32,
    pub NvWidth: PXE_u16,
    pub MediaHeaderLen: PXE_u16,
    pub HWaddrLen: PXE_u16,
    pub MCastFilterCnt: PXE_u16,
    pub TxBufCnt: PXE_u16,
    pub TxBufSize: PXE_u16,
    pub RxBufCnt: PXE_u16,
    pub RxBufSize: PXE_u16,
    pub IFtype: PXE_u8,
    pub SupportedDuplexModes: PXE_u8,
    pub SupportedLoopBackModes: PXE_u8,
}

Fields

MemoryRequired: PXE_u32FrameDataLen: PXE_u32LinkSpeeds: [PXE_u32; 4]NvCount: PXE_u32NvWidth: PXE_u16MediaHeaderLen: PXE_u16HWaddrLen: PXE_u16MCastFilterCnt: PXE_u16TxBufCnt: PXE_u16TxBufSize: PXE_u16RxBufCnt: PXE_u16RxBufSize: PXE_u16IFtype: PXE_u8SupportedDuplexModes: PXE_u8SupportedLoopBackModes: PXE_u8

Trait Implementations

impl Clone for s_pxe_db_get_init_info[src]

impl Copy for s_pxe_db_get_init_info[src]

impl Debug for s_pxe_db_get_init_info[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.