Type Alias PT_FSPATH
pub type PT_FSPATH = Path<UnixEncoding>;
Expand description
Represents a Unix-specific [Path
]
Aliased Type§
struct PT_FSPATH { /* private fields */ }
Trait Implementations§
Source§impl<'a> FromBytes<'a> for &'a UnixPath
impl<'a> FromBytes<'a> for &'a UnixPath
Source§fn from_bytes(buf: &mut &'a [u8]) -> Result<Self, FromBytesError>
fn from_bytes(buf: &mut &'a [u8]) -> Result<Self, FromBytesError>
Read the binary representation of a field and return the parsed representation Read more
Source§fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> Result<Self, FromBytesError>
fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> Result<Self, FromBytesError>
Read the binary representation of a field from a buffer that may or may not exist Read more