File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
uefi/src/proto/device_path Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3737//!
3838//! # Types
3939//!
40- //! To represent device paths, this module provides several types:
40+ //! To represent device paths, this module provides several types, which are
41+ //! listed in the following. To construct device paths, please head to the
42+ //! [`build`] module.
4143//!
4244//! * [`DevicePath`] is the root type that represents a full device
4345//! path, containing one or more device path instance. It ends with an
8082//! Note: the API provided by this module is currently mostly limited to
8183//! reading existing device paths rather than constructing new ones.
8284//!
85+ //! # Submodules
86+ //!
87+ //! - utilities to construct device paths: [`build`]
88+ //! - utilities to transform device paths to a textual representation: [`text`]
89+ //! - DevicePathUtilities protocol:: [`util`]
90+ //!
91+ //!
8392//! [`END_ENTIRE`]: DeviceSubType::END_ENTIRE
8493//! [`END_INSTANCE`]: DeviceSubType::END_INSTANCE
8594//! [`Protocol`]: crate::proto::Protocol
You can’t perform that action at this time.
0 commit comments