Enum gio_sys::GCredentialsType [] [src]

#[repr(C)]
pub enum GCredentialsType { Invalid, LinuxUcred, FreebsdCmsgcred, OpenbsdSockpeercred, SolarisUcred, NetbsdUnpcbid, }

Variants

Trait Implementations

impl Clone for GCredentialsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GCredentialsType
[src]

impl Debug for GCredentialsType
[src]

Formats the value using the given formatter.

impl Eq for GCredentialsType
[src]

impl PartialEq for GCredentialsType
[src]

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

This method tests for !=.