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