Struct libalpm::Caps [] [src]

pub struct Caps {
    pub nls: bool,
    pub downloader: bool,
    pub signatures: bool,
}

This version of libalpm's capabilities

Fields

Trait Implementations

impl Debug for Caps
[src]

Formats the value using the given formatter.

impl Clone for Caps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Caps
[src]

impl PartialEq for Caps
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Caps
[src]

impl From<u32> for Caps
[src]

Performs the conversion.