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