Docs.rs
boring-sys-3.1.0
boring-sys 3.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nox
ghedo
inikulin
github:cloudflare:rust-crate-owners
github:cloudflare:protocols
Dependencies
bindgen ^0.66.1
build
cmake ^0.1.18
build
fs_extra ^1.3.0
build
fslock ^0.2
build
Versions
0%
of the crate is documented
Go to latest version
Platform
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
☰
SSL
Aliased type
Trait Implementations
Clone
Copy
Debug
In boring_sys
?
Type Alias
boring_sys
::
SSL
source
·
[
−
]
pub type SSL =
ssl_st
;
Aliased Type
§
struct SSL { /* private fields */ }
Trait Implementations
§
source
§
impl
Clone
for
ssl_st
source
§
fn
clone
(&self) ->
ssl_st
Returns a copy of the value.
Read more
1.0.0
·
source
§
fn
clone_from
(&mut self, source:
&Self
)
Performs copy-assignment from
source
.
Read more
source
§
impl
Debug
for
ssl_st
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Copy
for
ssl_st