pub struct PciRegionSnapshot { /* private fields */ }
Expand description

Use this to take snapshots of anything that is an AsPciSubregion.

Implementations

Take a snapshot of the given subregion.

Trait Implementations

Returns a PciSubregion corresponding to self.

Returns a PciSubregion corresponding to a range of self.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Converts to this type from the input type.

The length of the region in bytes.

Whether the region may be read, written, or both.

Returns a const pointer to the beginning of the PciRegion. Read more

Returns a mut pointer to the beginning of the PciRegion. Read more

Read from a contiguous range of the region into a byte buffer. Read more

Read an u8 at the given byte offset from the beginning of the PciRegion. Read more

Write an u8 at the given byte offset from the beginning of the PciRegion. Read more

Read a little-endian u16 at the given byte offset from the beginning of the PciRegion. Read more

Write a little-endian u16 at the given byte offset from the beginning of the PciRegion. Read more

Read a little-endian u32 at the given byte offset from the beginning of the PciRegion. Read more

Write a little-endian u32 at the given byte offset from the beginning of the PciRegion. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.