Docs.rs
intercom-0.4.0
intercom 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Rantanen
Dependencies
failure ^0.1
normal
handlebars ^2.0
normal
optional
intercom-attributes ^0.4
normal
log ^0.4
normal
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
regex ^1.5
dev
simple_logger ^1.6
dev
libc ^0.2
normal
Versions
23.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
CStr
intercom
0.4.0
CStr
Aliased Type
Trait Implementations
ExternInput<AutomationTypeSystem>
ExternInput<RawTypeSystem>
ExternType<AutomationTypeSystem>
ExternType<RawTypeSystem>
In crate intercom
intercom
Type Alias
CStr
Copy item path
Source
pub type CStr =
CStr
;
Aliased Type
§
pub struct CStr {
/* private fields */
}
Trait Implementations
§
Source
§
impl<'a>
ExternInput
<
AutomationTypeSystem
> for &'a
CStr
Source
§
type
Lease
=
BString
Source
§
type
Owned
=
CString
Source
§
unsafe fn
into_foreign_parameter
( self, ) ->
ComResult
<(Self::
ForeignType
, Self::
Lease
)>
Safety
Read more
Source
§
unsafe fn
from_foreign_parameter
( source: Self::
ForeignType
, ) ->
ComResult
<Self::
Owned
>
Safety
Read more
Source
§
impl<'a>
ExternInput
<
RawTypeSystem
> for &'a
CStr
Source
§
type
Lease
=
()
Source
§
type
Owned
= &'a
CStr
Source
§
unsafe fn
into_foreign_parameter
( self, ) ->
ComResult
<(Self::
ForeignType
, Self::
Lease
)>
Safety
Read more
Source
§
unsafe fn
from_foreign_parameter
( source: Self::
ForeignType
, ) ->
ComResult
<Self::
Owned
>
Safety
Read more
Source
§
impl<'a>
ExternType
<
AutomationTypeSystem
> for &'a
CStr
Source
§
type
ForeignType
=
BSTR
Source
§
impl<'a>
ExternType
<
RawTypeSystem
> for &'a
CStr
Source
§
type
ForeignType
=
*mut
i8