Enum gio_sys::GEmblemOrigin
[−]
[src]
#[repr(C)]pub enum GEmblemOrigin { Unknown, Device, Livemetadata, Tag, }
Variants
Unknown
Device
Livemetadata
Tag
Trait Implementations
impl Clone for GEmblemOrigin
[src]
fn clone(&self) -> GEmblemOrigin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more