Struct x86_64::addr::VirtAddrNotValid[][src]

pub struct VirtAddrNotValid(_);
Expand description

A passed u64 was not a valid virtual address.

This means that bits 48 to 64 are not a valid sign extension and are not null either. So automatic sign extension would have overwritten possibly meaningful bits. This likely indicates a bug, for example an invalid address calculation.

Trait Implementations

Formats the value using the given formatter. Read more

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.