c_void
cty
0.2.2
c_void
Aliased type
Trait Implementations
Debug
In crate cty
Type Aliases
c_char
c_double
c_float
c_int
c_long
c_longlong
c_schar
c_short
c_uchar
c_uint
c_ulong
c_ulonglong
c_ushort
c_void
int16_t
int32_t
int64_t
int8_t
intmax_t
intptr_t
ptrdiff_t
size_t
ssize_t
uint16_t
uint32_t
uint64_t
uint8_t
uintmax_t
uintptr_t
cty
Type Alias
c_void
Copy item path
Settings
Help
Summary
Source
pub type c_void =
c_void
;
Aliased Type
§
enum c_void {}
Variants
§
Trait Implementations
1.16.0
·
Source
§
impl
Debug
for
c_void
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Formats the value using the given formatter.
Read more