Modules§
Structs§
- Boxed
Slice - Rust wrapper for Box<[T]>.
- Boxed
Str - Rust wrapper for Box
. - MutSlice
Ref - Rust wrapper for &mut u8.
- Option
Box - A type alias for
Option<Box<T>>
. - Slice
Ref - Rust wrapper for &[T].
- StrRef
- Rust wrapper for &str.
Constants§
Type Aliases§
- Array
- Box
- A type alias for
std::boxed::Box<T>
. - Byte
Slice Ref - Rust wrapper for &u8. Though this alias is not very useful in Rust side, it gives a simple aliased buffer type for cbindgen.
- CBox
- CBoxed
Slice - CBoxed
Str - CByte
Slice Ref - COption
Box - CSlice
Ref - CStrRef
- Char
StrRef - not related to
std::ffi::CStr
orstd::ffi::CString