Docs.rs
wstp-0.2.4
wstp 0.2.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ConnorGray
jfultz
github:wolframresearch:rust-crates-io-admins
Dependencies
once_cell ^1.9.0
normal
ref-cast ^1.0.12
normal
wolfram-expr ^0.1.0
normal
wstp-sys ^0.2.4
normal
rand ^0.8.3
dev
wolfram-app-discovery ^0.3.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Ucs2Str
Trait Implementations
Debug
Auto Trait Implementations
RefUnwindSafe
Send
!Sized
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In wstp
?
Struct
wstp
::
Ucs2Str
source
·
[
−
]
#[repr(transparent)]
pub struct Ucs2Str(_);
Expand description
UCS-2 string slice.
Trait Implementations
source
impl
Debug
for
Ucs2Str
source
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
impl
RefUnwindSafe
for
Ucs2Str
impl
Send
for
Ucs2Str
impl !
Sized
for
Ucs2Str
impl
Sync
for
Ucs2Str
impl
Unpin
for
Ucs2Str
impl
UnwindSafe
for
Ucs2Str
Blanket Implementations
source
impl<T>
Any
for T
where
T: 'static + ?
Sized
,
source
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
source
impl<T>
Borrow
<T> for T
where
T: ?
Sized
,
const:
unstable
·
source
fn
borrow
(&self) ->
&
T
Immutably borrows from an owned value.
Read more
source
impl<T>
BorrowMut
<T> for T
where
T: ?
Sized
,
const:
unstable
·
source
fn
borrow_mut
(&mut self) ->
&mut
T
Mutably borrows from an owned value.
Read more