Trait QgObjectType

Source
pub trait QgObjectType: Sealed {
    // Required method
    fn as_obj() -> QgObject;
}
Available on crate feature quantized only.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl QgObjectType for f32

Source§

impl QgObjectType for u8

Source§

impl QgObjectType for f16

Implementors§