Docs.rs
ntprocesses-0.1.5
ntprocesses 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
UnwindSafe
Dependencies
log ^0.4.27
normal
ntapi ^0.4.1
normal
thiserror ^2.0.12
normal
windows ^0.61
normal
pretty_assertions ^1
dev
Versions
20%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ntprocesses
0.1.5
Windows
String
Required Methods
to_string_null
Implementations on Foreign Types
[u16]
Implementors
In crate ntprocesses
ntprocesses
Trait
WindowsString
Copy item path
Source
pub trait WindowsString { // Required method fn
to_string_null
(&self) ->
String
; }
Required Methods
§
Source
fn
to_string_null
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
WindowsString
for [
u16
]
Source
§
fn
to_string_null
(&self) ->
String
Implementors
§