Enum gio_sys::GFilesystemPreviewType
[−]
[src]
#[repr(C)]pub enum GFilesystemPreviewType { IfAlways, IfLocal, Never, }
Variants
IfAlways
IfLocal
Never
Trait Implementations
impl Clone for GFilesystemPreviewType
[src]
fn clone(&self) -> GFilesystemPreviewType
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