Struct cxx_qt_lib::CaseSensitivity
source · #[repr(transparent)]pub struct CaseSensitivity {
pub repr: i32,
}
Fields§
§repr: i32
Implementations§
source§impl CaseSensitivity
impl CaseSensitivity
pub const CaseInsensitive: Self = _
pub const CaseSensitive: Self = _
Trait Implementations§
source§impl Clone for CaseSensitivity
impl Clone for CaseSensitivity
source§impl ExternType for CaseSensitivity
impl ExternType for CaseSensitivity
source§impl PartialEq<CaseSensitivity> for CaseSensitivity
impl PartialEq<CaseSensitivity> for CaseSensitivity
source§fn eq(&self, other: &CaseSensitivity) -> bool
fn eq(&self, other: &CaseSensitivity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.