[][src]Struct multiboot2::EFISdt32

#[repr(C, packed)]pub struct EFISdt32 { /* fields omitted */ }

EFI system table in 32 bit mode

Implementations

impl EFISdt32[src]

pub fn sdt_address(&self) -> usize[src]

The Physical address of a i386 EFI system table.

Trait Implementations

impl Clone for EFISdt32[src]

impl Copy for EFISdt32[src]

impl Debug for EFISdt32[src]

Auto Trait Implementations

impl Send for EFISdt32

impl Sync for EFISdt32

impl Unpin for EFISdt32

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.