Docs.rs
apple-nvram-0.3.0
apple-nvram 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
WhatAmISupposedToPutHere
Dependencies
adler32 ^1
normal
crc32fast ^1.3.2
normal
nix ^0.26
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
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
Variable
apple_
nvram
0.3.0
Variable
Required Methods
value
Implementors
In crate apple_
nvram
apple_nvram
Trait
Variable
Copy item path
Source
pub trait Variable<'a>:
Display
{ // Required method fn
value
(&self) ->
Cow
<'a, [
u8
]>; }
Required Methods
§
Source
fn
value
(&self) ->
Cow
<'a, [
u8
]>
Implementors
§
Source
§
impl<'a>
Variable
<'a> for apple_nvram::v1v2::
Variable
<'a>
Source
§
impl<'a>
Variable
<'a> for apple_nvram::v3::
Variable
<'a>