ssw/doc/rustix/ffi/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
424 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"struct":[["CStr","Representation of a borrowed C string."],["CString","A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle."],["FromBytesWithNulError","An error indicating that a nul byte was not in the expected position."],["NulError","An error indicating that an interior nul byte was found."]],"type":[["c_char","Equivalent to Cs `char` type."]]};