#[repr(u32)]pub enum GKeyFileFlags {
G_KEY_FILE_NONE = 0,
G_KEY_FILE_KEEP_COMMENTS = 1,
G_KEY_FILE_KEEP_TRANSLATIONS = 2,
}Variants§
Trait Implementations§
Source§impl Clone for GKeyFileFlags
impl Clone for GKeyFileFlags
Source§fn clone(&self) -> GKeyFileFlags
fn clone(&self) -> GKeyFileFlags
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 GKeyFileFlags
impl Debug for GKeyFileFlags
Source§impl Hash for GKeyFileFlags
impl Hash for GKeyFileFlags
Source§impl PartialEq for GKeyFileFlags
impl PartialEq for GKeyFileFlags
impl Copy for GKeyFileFlags
impl Eq for GKeyFileFlags
impl StructuralPartialEq for GKeyFileFlags
Auto Trait Implementations§
impl Freeze for GKeyFileFlags
impl RefUnwindSafe for GKeyFileFlags
impl Send for GKeyFileFlags
impl Sync for GKeyFileFlags
impl Unpin 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