#[repr(u32)]pub enum GDriveStartStopType {
G_DRIVE_START_STOP_TYPE_UNKNOWN = 0,
G_DRIVE_START_STOP_TYPE_SHUTDOWN = 1,
G_DRIVE_START_STOP_TYPE_NETWORK = 2,
G_DRIVE_START_STOP_TYPE_MULTIDISK = 3,
G_DRIVE_START_STOP_TYPE_PASSWORD = 4,
}Variants§
G_DRIVE_START_STOP_TYPE_UNKNOWN = 0
G_DRIVE_START_STOP_TYPE_SHUTDOWN = 1
G_DRIVE_START_STOP_TYPE_NETWORK = 2
G_DRIVE_START_STOP_TYPE_MULTIDISK = 3
G_DRIVE_START_STOP_TYPE_PASSWORD = 4
Trait Implementations§
Source§impl Clone for GDriveStartStopType
impl Clone for GDriveStartStopType
Source§fn clone(&self) -> GDriveStartStopType
fn clone(&self) -> GDriveStartStopType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GDriveStartStopType
impl Debug for GDriveStartStopType
Source§impl Hash for GDriveStartStopType
impl Hash for GDriveStartStopType
Source§impl PartialEq for GDriveStartStopType
impl PartialEq for GDriveStartStopType
impl Copy for GDriveStartStopType
impl Eq for GDriveStartStopType
impl StructuralPartialEq for GDriveStartStopType
Auto Trait Implementations§
impl Freeze for GDriveStartStopType
impl RefUnwindSafe for GDriveStartStopType
impl Send for GDriveStartStopType
impl Sync for GDriveStartStopType
impl Unpin for GDriveStartStopType
impl UnwindSafe for GDriveStartStopType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more