[][src]Struct multiboot2::RsdpV2Tag

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

Methods

impl RsdpV2Tag[src]

pub fn signature<'a>(&'a self) -> Option<&'a str>[src]

pub fn checksum(&self) -> u8[src]

pub fn oem_id<'a>(&'a self) -> Option<&'a str>[src]

pub fn revision(&self) -> u8[src]

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

Get the physical address of the XSDT. On x86, this is truncated from 64-bit to 32-bit.

pub fn ext_checksum(&self) -> u8[src]

Trait Implementations

impl Debug for RsdpV2Tag[src]

impl Copy for RsdpV2Tag[src]

impl Clone for RsdpV2Tag[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for RsdpV2Tag

impl Sync for RsdpV2Tag

impl Send for RsdpV2Tag

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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