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