Structs§
- NulByte
- NulByte represents an error converting
&str
torustls_str
when the &str contains a NUL. - rustls_
slice_ bytes - A read-only view on a Rust byte slice.
- rustls_
slice_ slice_ bytes - A read-only view of a slice of Rust byte slices.
- rustls_
slice_ str - A read-only view of a slice of multiple Rust
&str
’s (that is, multiple strings). - rustls_
slice_ u16 - A read-only view on a Rust slice of 16-bit integers in platform endianness.
- rustls_
str - A read-only view on a Rust
&str
.
Functions§
- rustls_
slice_ slice_ bytes_ get - Retrieve the nth element from the input slice of slices.
- rustls_
slice_ slice_ bytes_ len - Return the length of the outer slice. If the input pointer is NULL, returns 0.
- rustls_
slice_ str_ get - Retrieve the nth element from the input slice of
&str
s. - rustls_
slice_ str_ len - Return the length of the outer slice.