Enum gio_sys::GCredentialsType [] [src]

pub enum GCredentialsType {
    Invalid,
    LinuxUcred,
    FreebsdCmsgcred,
    OpenbsdSockpeercred,
    SolarisUcred,
    NetbsdUnpcbid,
}

Variants

Trait Implementations

impl Clone for GCredentialsType
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for GCredentialsType
[src]

impl Debug for GCredentialsType
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Eq for GCredentialsType
[src]

impl PartialEq for GCredentialsType
[src]

[src]
[]

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

1.0.0
[src]
[]

This method tests for !=.