Docs.rs
linux-video-core-0.1.0
linux-video-core 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
katyo
Dependencies
bitmask-enum ^2
normal
clap ^4
normal
dcv-color-primitives ^0.5
normal
drm-fourcc ^2
normal
getset ^0.1
normal
nix ^0.26
normal
parse-display ^0.8
normal
serde ^1
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
i686-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
☰
Method
Required Associated Constants
MEMORY
Implementors
In linux_video_core
?
Trait
linux_video_core
::
Method
source
·
[
−
]
pub trait Method:
MethodImpl
{ const
MEMORY
:
Memory
; }
Expand description
I/O method types
Required Associated Constants
§
source
const
MEMORY
:
Memory
Corresponding memory type
Implementors
§
source
§
impl
Method
for
Mmap
source
§
const
MEMORY
:
Memory
= Memory::Mmap
source
§
impl
Method
for
UserPtr
source
§
const
MEMORY
:
Memory
= Memory::UserPtr