pub struct ComponentFormattingOption(/* private fields */);Expand description
C++ enum: QUrl::ComponentFormattingOption.
Implementations§
Source§impl ComponentFormattingOption
impl ComponentFormattingOption
Sourcepub const PrettyDecoded: ComponentFormattingOption
pub const PrettyDecoded: ComponentFormattingOption
C++ enum variant: PrettyDecoded = 0
Sourcepub const EncodeSpaces: ComponentFormattingOption
pub const EncodeSpaces: ComponentFormattingOption
C++ enum variant: EncodeSpaces = 1048576
Sourcepub const EncodeUnicode: ComponentFormattingOption
pub const EncodeUnicode: ComponentFormattingOption
C++ enum variant: EncodeUnicode = 2097152
Sourcepub const EncodeDelimiters: ComponentFormattingOption
pub const EncodeDelimiters: ComponentFormattingOption
C++ enum variant: EncodeDelimiters = 12582912
Sourcepub const EncodeReserved: ComponentFormattingOption
pub const EncodeReserved: ComponentFormattingOption
C++ enum variant: EncodeReserved = 16777216
Sourcepub const DecodeReserved: ComponentFormattingOption
pub const DecodeReserved: ComponentFormattingOption
C++ enum variant: DecodeReserved = 33554432
Sourcepub const FullyEncoded: ComponentFormattingOption
pub const FullyEncoded: ComponentFormattingOption
C++ enum variant: FullyEncoded = 32505856
Sourcepub const FullyDecoded: ComponentFormattingOption
pub const FullyDecoded: ComponentFormattingOption
C++ enum variant: FullyDecoded = 133169152
Trait Implementations§
Source§impl BitAnd<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
impl BitAnd<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
Source§fn bitand(
self,
f: ComponentFormattingOption,
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
fn bitand( self, f: ComponentFormattingOption, ) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator&(QUrl::ComponentFormattingOption f) const.
Source§type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
& operator.Source§impl BitOr<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
impl BitOr<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
Source§fn bitor(
self,
f: ComponentFormattingOption,
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
fn bitor( self, f: ComponentFormattingOption, ) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator|(QUrl::ComponentFormattingOption f) const.
Source§type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
| operator.Source§impl<T: Into<QFlags<ComponentFormattingOption>>> BitOr<T> for ComponentFormattingOption
impl<T: Into<QFlags<ComponentFormattingOption>>> BitOr<T> for ComponentFormattingOption
Source§impl BitXor<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
impl BitXor<ComponentFormattingOption> for &QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption
Source§fn bitxor(
self,
f: ComponentFormattingOption,
) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
fn bitxor( self, f: ComponentFormattingOption, ) -> CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption>::operator^(QUrl::ComponentFormattingOption f) const.
Source§type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
type Output = CppBox<QUrlTwoFlagsOfUrlFormattingOptionComponentFormattingOption>
^ operator.Source§impl Clone for ComponentFormattingOption
impl Clone for ComponentFormattingOption
Source§fn clone(&self) -> ComponentFormattingOption
fn clone(&self) -> ComponentFormattingOption
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ComponentFormattingOption
impl Debug for ComponentFormattingOption
Source§impl From<ComponentFormattingOption> for QFlags<ComponentFormattingOption>
impl From<ComponentFormattingOption> for QFlags<ComponentFormattingOption>
Source§fn from(value: ComponentFormattingOption) -> Self
fn from(value: ComponentFormattingOption) -> Self
Source§impl From<ComponentFormattingOption> for c_int
impl From<ComponentFormattingOption> for c_int
Source§fn from(value: ComponentFormattingOption) -> Self
fn from(value: ComponentFormattingOption) -> Self
Source§impl From<i32> for ComponentFormattingOption
impl From<i32> for ComponentFormattingOption
Source§impl PartialEq for ComponentFormattingOption
impl PartialEq for ComponentFormattingOption
Source§fn eq(&self, other: &ComponentFormattingOption) -> bool
fn eq(&self, other: &ComponentFormattingOption) -> bool
self and other values to be equal, and is used by ==.