#[repr(C, packed)]
pub struct DevicePathInstance { /* private fields */ }
Expand description

A single device path instance that ends with either an END_INSTANCE or END_ENTIRE node. Use DevicePath::instance_iter to get the path instances in a DevicePath.

See the module-level documentation for more details.

Implementations

Get an iterator over the DevicePathNodes in this instance. Iteration ends when any DeviceType::END node is reached.

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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