Struct stivale_boot::v2::StivaleUartTag[][src]

#[repr(C)]
pub struct StivaleUartTag { pub header: StivaleTagHeader, pub address: u64, }
Expand description

This tag reports that there is a memory mapped UART port and its address.

Fields

header: StivaleTagHeaderaddress: u64

The address of the UART port.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.