pub struct NullCapability<'a> { /* private fields */ }

Trait Implementations

Returns a PciSubregion corresponding to self.

Returns a PciSubregion corresponding to a range of self.

Tries to create an instance of this Capability backed by the given AsPciSubregion. If things like for instance the Capablity ID and possibly other factors don’t match what is expected for the present type, returns Ok(None). Read more

The spec doesn’t really define a header part explicitly, but this holds the two fields that are common to all Capabilities. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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 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

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.