#[repr(C)]pub enum GDriveStartFlags {
None = 0,
_Dummy = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for GDriveStartFlags
impl RefUnwindSafe for GDriveStartFlags
impl Send for GDriveStartFlags
impl Sync for GDriveStartFlags
impl Unpin for GDriveStartFlags
impl UnwindSafe for GDriveStartFlags
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