[][src]Struct qt_3d_render::q_raster_mode::RasterMode

#[repr(transparent)]
pub struct RasterMode(_);

C++ enum: Qt3DRender::QRasterMode::RasterMode.

Methods

impl RasterMode[src]

pub fn to_int(&self) -> c_int[src]

impl RasterMode[src]

pub const Points: RasterMode[src]

C++ enum variant: Points = 6912

pub const Lines: RasterMode[src]

C++ enum variant: Lines = 6913

pub const Fill: RasterMode[src]

C++ enum variant: Fill = 6914

Trait Implementations

impl Clone for RasterMode[src]

impl Copy for RasterMode[src]

impl Debug for RasterMode[src]

impl Eq for RasterMode[src]

impl From<RasterMode> for c_int[src]

impl From<i32> for RasterMode[src]

impl PartialEq<RasterMode> for RasterMode[src]

impl StructuralEq for RasterMode[src]

impl StructuralPartialEq for RasterMode[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.