We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
size_t
1 parent 4dd9afa commit bb8db7eCopy full SHA for bb8db7e
bindgen/options/mod.rs
@@ -1589,6 +1589,9 @@ options! {
1589
methods: {
1590
/// Set whether `size_t` should be translated to `usize`.
1591
///
1592
+ /// If `size_t` is translated to `usize`, type definitions for `size_t` will not be
1593
+ /// emitted.
1594
+ ///
1595
/// `size_t` is translated to `usize` by default.
1596
pub fn size_t_is_usize(mut self, is: bool) -> Self {
1597
self.options.size_t_is_usize = is;
0 commit comments