Docs.rs
serde-bindgen-core-0.1.9
serde-bindgen-core 0.1.9
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
TomzBench
Dependencies
serde ^1
normal
serde-bindgen-core-derive ^0.1
normal
serde-json-core ^0.4
normal
trybuild ^1.0
dev
Versions
0%
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
serde_
bindgen_
core
0.1.9
Safe
Copy
Required Methods
safe_copy
Implementations on Foreign Types
&[i8]
&[u8]
&str
Implementors
In crate serde_
bindgen_
core
serde_bindgen_core
Trait
SafeCopy
Copy item path
Source
pub trait SafeCopy<Item, const N:
usize
> { // Required method fn
safe_copy
(&self) ->
[Item; N]
; }
Required Methods
§
Source
fn
safe_copy
(&self) ->
[Item; N]
Implementations on Foreign Types
§
Source
§
impl<const N:
usize
>
SafeCopy
<
i8
, N> for &[
i8
]
Source
§
fn
safe_copy
(&self) -> [
i8
;
N
]
Source
§
impl<const N:
usize
>
SafeCopy
<
u8
, N> for &
str
Source
§
fn
safe_copy
(&self) -> [
u8
;
N
]
Source
§
impl<const N:
usize
>
SafeCopy
<
u8
, N> for &[
u8
]
Source
§
fn
safe_copy
(&self) -> [
u8
;
N
]
Implementors
§