Enum gio_sys::GDriveStartStopType
[−]
[src]
#[repr(C)]pub enum GDriveStartStopType { Unknown, Shutdown, Network, Multidisk, Password, }
Variants
Unknown
Shutdown
Network
Multidisk
Password
Trait Implementations
impl Clone for GDriveStartStopType
[src]
fn clone(&self) -> GDriveStartStopType
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