path
Types dealing with various kinds of resource paths
Types
std::mem::AlignTo
std::mem::AlignTo
Aligns the cursor to the given alignment
<alignment>
: The alignment to align to
std::mem::Bytes
std::mem::Bytes
A type representing a sequence of bytes without any specific meaning
<Size>
: The size of the sequence
std::mem::Endian
std::mem::Endian
The endianness of a value
std::mem::MagicSearch
std::mem::MagicSearch
Searches for a sequence of bytes and places the given type at that address
<Magic>
: The magic sequence to search for<T>
: The type to place at the address
std::mem::Reinterpreter
std::mem::Reinterpreter
Reinterprets a value as a different one
<From>
: The type to reinterpret from<To>
: The type to reinterpret to
std::mem::Section
std::mem::Section
A Handle for a custom Section
type::DOSPath
type::DOSPath
A type representing a DOS path using a '\' backslash as delimiter
type::Path
type::Path
A generic type representing a path with an arbitrary delimiter
<Delimiter>
: The delimiter sequence used to separate two path segments
type::PathSegment
type::PathSegment
Type representing a single path segment. Use the Path
type instead of using this on its own
<Delimiter>
: The delimiter sequence used to separate two path segments
type::UnixPath
type::UnixPath
A type representing a Unix path using a '/' forward slash as delimiter
Last updated