Docs.rs
rslab-0.2.0
rslab 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Godones
Dependencies
bitflags ^1.3.2
normal
doubly-linked-list ^0.2.0
normal
log ^0.4.14
normal
preprint ^0.1.0
normal
spin ^0.9.2
normal
average ^0.13.1
dev
buddy_system_allocator ^0.8.0
dev
linked_list_allocator ^0.10.3
dev
rand ^0.8.5
dev
simple-chunk-allocator ^0.1.5
dev
x86 ^0.51.0
dev
Versions
50%
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
☰
Object
Required Methods
construct
Implementors
In rslab
?
Trait
rslab
::
Object
source
·
[
−
]
pub trait Object { fn
construct
() -> Self; }
Expand description
自定义对象
其需要实现一个构造函数,用于初始化分配的内存
Required Methods
source
fn
construct
() -> Self
Implementors