Docs.rs
thindx-0.0.0-unsound.5
thindx 0.0.0-unsound.5
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
MaulingMonkey
Dependencies
abibool ^0.5
normal
abistr ^0.2.0-rc1
normal
bytemuck ^1
normal
lazy_static ^1.4
normal
mcom ^0.1.1
normal
minidl ^0.1.3
normal
winapi ^0.3.9
normal
mmrbi ^0.0.17
dev
png ^0.17
dev
raw-window-handle ^0.4
dev
winapi ^0.3.9
dev
winit ^0.26
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
IntoBoxOrFull
thindx
0.0.0-unsound.5
Into
BoxOr
Full
Required Methods
into_box
Implementations on Foreign Types
RangeFull
Implementors
In crate thindx
thindx
Trait
Into
BoxOr
Full
Copy item path
Source
pub trait IntoBoxOrFull { // Required method fn
into_box
(self) ->
Option
<
Box
>; }
Expand description
Box
or
..
Required Methods
§
Source
fn
into_box
(self) ->
Option
<
Box
>
§
Returns
Some(
Box
) to indicate a subbox
None
to indicate
RangeFull
Implementations on Foreign Types
§
Source
§
impl
IntoBoxOrFull
for
RangeFull
Source
§
fn
into_box
(self) ->
Option
<
Box
>
Implementors
§
Source
§
impl<T:
Into
<
Box
>>
IntoBoxOrFull
for T