Docs.rs
fanotify-rs-0.3.1
fanotify-rs 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
pantsman0
Percivalll
Dependencies
enum-iterator ^1.5
normal
libc ^0.2
normal
Versions
46.4%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
FanotifyPath
fanotify
0.3.1
Fanotify
Path
Required Methods
as_os_str
Implementations on Foreign Types
Path
str
Implementors
In crate fanotify
fanotify
Trait
Fanotify
Path
Copy item path
Source
pub trait FanotifyPath { // Required method fn
as_os_str
(&self) -> &
OsStr
; }
Required Methods
§
Source
fn
as_os_str
(&self) -> &
OsStr
Implementations on Foreign Types
§
Source
§
impl
FanotifyPath
for
str
Source
§
fn
as_os_str
(&self) -> &
OsStr
Source
§
impl
FanotifyPath
for
Path
Source
§
fn
as_os_str
(&self) -> &
OsStr
Implementors
§
Source
§
impl<T:
AsRef
<
OsStr
>>
FanotifyPath
for T