Docs.rs
pre-rfc3243-libtw2-common-0.2.0
pre-rfc3243-libtw2-common 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
heinrich5991
Dependencies
arrayvec ^0.5.2
normal
file_offset ^0.1.0
normal
optional
serde ^1.0.23
normal
optional
zerocopy ^0.7.32
normal
bencher ^0.1.5
dev
quickcheck ^0.4.1
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
BytesSlice
libtw2_
common
0.2.0
Bytes
Slice
Associated Functions
new
Trait Implementations
Debug
Auto Trait Implementations
!Sized
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnsafeUnpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In libtw2_
common::
pretty
libtw2_common
::
pretty
Struct
Bytes
Slice
Copy item path
Source
pub struct BytesSlice<'a>(
/* private fields */
);
Implementations
§
Source
§
impl<'a>
BytesSlice
<'a>
Source
pub fn
new
<'b>(bytes_slice: &'b [&'a [
u8
]]) -> &'b
BytesSlice
<'a>
Trait Implementations
§
Source
§
impl<'a>
Debug
for
BytesSlice
<'a>
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
§
§
impl<'a>
Freeze
for
BytesSlice
<'a>
§
impl<'a>
RefUnwindSafe
for
BytesSlice
<'a>
§
impl<'a>
Send
for
BytesSlice
<'a>
§
impl<'a> !
Sized
for
BytesSlice
<'a>
§
impl<'a>
Sync
for
BytesSlice
<'a>
§
impl<'a>
Unpin
for
BytesSlice
<'a>
§
impl<'a>
UnsafeUnpin
for
BytesSlice
<'a>
§
impl<'a>
UnwindSafe
for
BytesSlice
<'a>
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
,
Source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
Source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more