Docs.rs
halite-sys-0.1.8
halite-sys 0.1.8
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CmdrMoozy
Dependencies
anyhow ^1.0
build
bindgen ^0.68
build
tempfile ^3.8
build
walkdir ^2.4
build
Versions
0%
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
☰
fsid_t
Aliased type
Fields
__val
Trait Implementations
Clone
Copy
Debug
In halite_sys
?
Type Alias
halite_sys
::
fsid_t
source
·
[
−
]
pub type fsid_t =
__fsid_t
;
Aliased Type
§
struct fsid_t { pub __val: [
i32
;
2
], }
Fields
§
§
__val: [
i32
;
2
]
Trait Implementations
§
source
§
impl
Clone
for
__fsid_t
source
§
fn
clone
(&self) ->
__fsid_t
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
__fsid_t
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Copy
for
__fsid_t