Docs.rs
muzzman-lib-0.3.5
muzzman-lib 0.3.5
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
konkitoman
Dependencies
bytes-kman ^0.1
normal
get_ref ^0.1.0
normal
libloading ^0.7.4
normal
muzzman-lib-macros ^0.1.3
normal
rand ^0.8.5
normal
serde ^1.0.152
normal
Versions
1.72%
of the crate is documented
Platform
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
ERow
muzzman_
lib
0.3.5
ERow
Aliased Type
Trait Implementations
TGetLogger
TRowElement
In muzzman_
lib::
types
muzzman_lib
::
types
Type Alias
ERow
Copy item path
Source
pub type ERow =
Arc
<
RwLock
<
Element
>>;
Aliased Type
§
pub struct ERow {
/* private fields */
}
Trait Implementations
§
Source
§
impl
TGetLogger
for
ERow
Source
§
fn
get_logger
(&self, dst:
Option
<
Arc
<
Mutex
<
File
>>>) ->
Logger
Source
§
impl
TRowElement
for
ERow
Source
§
fn
set_status
(&self, status:
usize
)