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