Enum glib::UserDirectory [−][src]
pub enum UserDirectory { Desktop, Documents, Downloads, Music, Pictures, PublicShare, Templates, Videos, // some variants omitted }
Variants
Desktop
Documents
Downloads
Music
Pictures
Templates
Videos
Trait Implementations
impl Clone for UserDirectory
[src]
impl Clone for UserDirectory
fn clone(&self) -> UserDirectory
[src]
fn clone(&self) -> UserDirectory
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for UserDirectory
[src]
impl Copy for UserDirectory
impl Debug for UserDirectory
[src]
impl Debug for UserDirectory
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for UserDirectory
[src]
impl Eq for UserDirectory
impl PartialEq for UserDirectory
[src]
impl PartialEq for UserDirectory
fn eq(&self, other: &UserDirectory) -> bool
[src]
fn eq(&self, other: &UserDirectory) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for UserDirectory
[src]
impl Hash for UserDirectory
Auto Trait Implementations
impl Send for UserDirectory
impl Send for UserDirectory
impl Sync for UserDirectory
impl Sync for UserDirectory