Struct libalpm::TransactionFlags [] [src]

pub struct TransactionFlags { /* fields omitted */ }

Trait Implementations

impl Default for TransactionFlags
[src]

Returns the "default value" for a type. Read more

impl Debug for TransactionFlags
[src]

Formats the value using the given formatter.

impl PartialEq for TransactionFlags
[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 TransactionFlags
[src]

impl Copy for TransactionFlags
[src]

impl Clone for TransactionFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<u32> for TransactionFlags
[src]

Performs the conversion.

impl From<u32> for TransactionFlags
[src]

Performs the conversion.