Crate e1000_driver

source ·

Modules

Structs

  • A wrapper type around a volatile variable, which allows for volatile reads and writes to the contained value. The stored type needs to be Copy, as volatile reads and writes take and return copies of the value.

Traits

Functions