Docs.rs
cxx-qt-lib-0.2.0
cxx-qt-lib 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ahayzen-kdab
github:kdab:rustcrates
LeonMatthesKDAB
Dependencies
cxx ^1.0
normal
Versions
14.55%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
MapQtValue
Required Methods
map_qt_value
Implementations on Foreign Types
&str
String
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In cxx_qt_lib
?
Trait
cxx_qt_lib
::
MapQtValue
source
·
[
−
]
pub trait MapQtValue<C, F, R> { fn
map_qt_value
(&self, map_func: F, context:
&mut
C) -> R; }
Required methods
source
fn
map_qt_value
(&self, map_func: F, context:
&mut
C) -> R
Implementations on Foreign Types
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QString
) -> R, R> for &
str
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _: &
QString
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QString
) -> R, R> for
String
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _: &
QString
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
bool
) -> R, R> for
bool
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
bool
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
f32
) -> R, R> for
f32
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
f32
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
f64
) -> R, R> for
f64
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
f64
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
i8
) -> R, R> for
i8
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
i8
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
i16
) -> R, R> for
i16
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
i16
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
i32
) -> R, R> for
i32
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
i32
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
i64
) -> R, R> for
i64
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
i64
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
u8
) -> R, R> for
u8
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
u8
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
u16
) -> R, R> for
u16
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
u16
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
u32
) -> R, R> for
u32
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
u32
) -> R,
context:
&mut
C
) -> R
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C,
u64
) -> R, R> for
u64
source
fn
map_qt_value
(
&self,
map_func:
fn
(_:
&mut
C, _:
u64
) -> R,
context:
&mut
C
) -> R
Implementors
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QColor
) -> R, R> for
Color
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QDate
) -> R, R> for
QDate
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QDateTime
) -> R, R> for
DateTime
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QPoint
) -> R, R> for
QPoint
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QPointF
) -> R, R> for
QPointF
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QRect
) -> R, R> for
QRect
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QRectF
) -> R, R> for
QRectF
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QSize
) -> R, R> for
QSize
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QSizeF
) -> R, R> for
QSizeF
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QTime
) -> R, R> for
QTime
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QUrl
) -> R, R> for
Url
source
impl<C, R>
MapQtValue
<C,
fn
(
&mut
C, &
QVariant
) -> R, R> for
Variant