pub enum PathPrefix {
VerbatimPrefix(uint),
VerbatimUNCPrefix(uint, uint),
VerbatimDiskPrefix,
DeviceNSPrefix(uint),
UNCPrefix(uint, uint),
DiskPrefix,
}Variants
VerbatimPrefix | Prefix \\?\, uint is the length of the following component
|
VerbatimUNCPrefix | Prefix \\?\UNC\, uints are the lengths of the UNC components
|
VerbatimDiskPrefix | Prefix \\?\C:\ (for any alphabetic character)
|
DeviceNSPrefix | Prefix \\.\, uint is the length of the following component
|
UNCPrefix | UNC prefix \\server\share, uints are the lengths of the server/share
|
DiskPrefix | Prefix C: for any alphabetic character
|
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).