[][src]Struct qt_widgets::q_draw_border_pixmap::DrawingHint

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

C++ enum: QDrawBorderPixmap::DrawingHint.

Methods

impl DrawingHint[src]

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

impl DrawingHint[src]

pub const OpaqueTopLeft: DrawingHint[src]

C++ enum variant: OpaqueTopLeft = 1

pub const OpaqueTop: DrawingHint[src]

C++ enum variant: OpaqueTop = 2

pub const OpaqueTopRight: DrawingHint[src]

C++ enum variant: OpaqueTopRight = 4

pub const OpaqueLeft: DrawingHint[src]

C++ enum variant: OpaqueLeft = 8

pub const OpaqueCenter: DrawingHint[src]

C++ enum variant: OpaqueCenter = 16

pub const OpaqueRight: DrawingHint[src]

C++ enum variant: OpaqueRight = 32

pub const OpaqueBottomLeft: DrawingHint[src]

C++ enum variant: OpaqueBottomLeft = 64

pub const OpaqueBottom: DrawingHint[src]

C++ enum variant: OpaqueBottom = 128

pub const OpaqueBottomRight: DrawingHint[src]

C++ enum variant: OpaqueBottomRight = 256

pub const OpaqueCorners: DrawingHint[src]

C++ enum variant: OpaqueCorners = 325

pub const OpaqueEdges: DrawingHint[src]

C++ enum variant: OpaqueEdges = 170

pub const OpaqueFrame: DrawingHint[src]

C++ enum variant: OpaqueFrame = 495

pub const OpaqueAll: DrawingHint[src]

C++ enum variant: OpaqueAll = 511

Trait Implementations

impl<T: Into<QFlags<DrawingHint>>> BitOr<T> for DrawingHint[src]

type Output = QFlags<DrawingHint>

The resulting type after applying the | operator.

impl Clone for DrawingHint[src]

impl Copy for DrawingHint[src]

impl Debug for DrawingHint[src]

impl Eq for DrawingHint[src]

impl From<DrawingHint> for c_int[src]

impl From<DrawingHint> for QFlags<DrawingHint>[src]

impl From<i32> for DrawingHint[src]

impl PartialEq<DrawingHint> for DrawingHint[src]

impl StructuralEq for DrawingHint[src]

impl StructuralPartialEq for DrawingHint[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.