Struct tinf::cap::Cap [] [src]

pub struct Cap(_);

A generic capability name / value pair.

Trait Implementations

impl From<(Boolean, bool)> for Cap
[src]

Performs the conversion.

impl From<(Number, u16)> for Cap
[src]

Performs the conversion.

impl<V> From<(String, V)> for Cap where
    V: AsRef<[u8]>, 
[src]

Performs the conversion.

impl<K> From<(K, bool)> for Cap where
    K: Borrow<UserDef>, 
[src]

Performs the conversion.

impl<K> From<(K, u16)> for Cap where
    K: Borrow<UserDef>, 
[src]

Performs the conversion.

impl<K> From<(K, &'static str)> for Cap where
    K: Borrow<UserDef>, 
[src]

Performs the conversion.