IntoC
String
rusteron_
code_
gen
0.1.137
IntoC
String
Required Methods
into_c_string
Implementations on Foreign Types
&str
CString
String
Implementors
In crate rusteron_
code_
gen
Structs
AeronCError
Arg
CBinding
CHandler
CWrapper
ChannelUri
Handler
Handlers
ManagedCResource
Method
ReturnType
Enums
AeronErrorType
ArgProcessing
CResource
ControlMode
Media
Constants
AERON_DIR_PROP_NAME
AERON_IPC_MEDIA
AERON_UDP_MEDIA
ARCHIVE_BINDINGS
CLIENT_BINDINGS
COMMON_CODE
CUSTOM_AERON_CODE
DRIVER_TIMEOUT_MS_DEFAULT
MEDIA_DRIVER_BINDINGS
SPY_PREFIX
TAG_PREFIX
Traits
IntoCString
Functions
append_to_file
find_unused_udp_port
format_token_stream
format_with_rustfmt
generate_handlers
generate_rust_code
get_possible_wrappers
is_udp_port_available
parse_bindings
snake_to_pascal_case
rusteron_code_gen
Trait
IntoCString
Copy item path
Settings
Help
Summary
Source
pub trait IntoCString { // Required method fn
into_c_string
(self) ->
CString
; }
Required Methods
§
Source
fn
into_c_string
(self) ->
CString
Implementations on Foreign Types
§
Source
§
impl
IntoCString
for &
str
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
CString
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
String
Source
§
fn
into_c_string
(self) ->
CString
Implementors
§