#[repr(C)]pub enum GDriveStartStopType {
Unknown = 0,
Shutdown = 1,
Network = 2,
Multidisk = 3,
Password = 4,
}Variants§
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