Skip to main content

Module slices

Module slices 

Source

Structs§

DiplomatOwnedSlice
This is equivalent to Box<[T]>.
DiplomatOwnedUTF8StrSlice
This is equivalent to Box<str>, except it has a stable repr(C) layout
DiplomatSlice
This is equivalent to &[T], except it has a stable repr(C) layout
DiplomatSliceMut
This is equivalent to &mut [T], except it has a stable repr(C) layout
DiplomatUtf8StrSlice
This is equivalent to &str, except it has a stable repr(C) layout

Type Aliases§

DiplomatOwnedStr16Slice
An unvalidated, owned UTF-16 string that is safe to use over FFI
DiplomatOwnedStrSlice
This like Box<str>, but unvalidated and safe to use over FFI
DiplomatStr16Slice
An unvalidated UTF-16 string that is safe to use over FFI
DiplomatStrSlice
This like &str, but unvalidated and safe to use over FFI