[][src]Struct skia_bindings::SkPaint__bindgen_ty_1__bindgen_ty_1

#[repr(C)]
pub struct SkPaint__bindgen_ty_1__bindgen_ty_1 {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>

Methods

impl SkPaint__bindgen_ty_1__bindgen_ty_1[src]

pub fn fAntiAlias(&self) -> c_uint[src]

pub fn set_fAntiAlias(&mut self, val: c_uint)[src]

pub fn fDither(&self) -> c_uint[src]

pub fn set_fDither(&mut self, val: c_uint)[src]

pub fn fCapType(&self) -> c_uint[src]

pub fn set_fCapType(&mut self, val: c_uint)[src]

pub fn fJoinType(&self) -> c_uint[src]

pub fn set_fJoinType(&mut self, val: c_uint)[src]

pub fn fStyle(&self) -> c_uint[src]

pub fn set_fStyle(&mut self, val: c_uint)[src]

pub fn fFilterQuality(&self) -> c_uint[src]

pub fn set_fFilterQuality(&mut self, val: c_uint)[src]

pub fn fBlendMode(&self) -> c_uint[src]

pub fn set_fBlendMode(&mut self, val: c_uint)[src]

pub fn fPadding(&self) -> c_uint[src]

pub fn set_fPadding(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    fAntiAlias: c_uint,
    fDither: c_uint,
    fCapType: c_uint,
    fJoinType: c_uint,
    fStyle: c_uint,
    fFilterQuality: c_uint,
    fBlendMode: c_uint,
    fPadding: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Clone for SkPaint__bindgen_ty_1__bindgen_ty_1[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for SkPaint__bindgen_ty_1__bindgen_ty_1[src]

impl Debug for SkPaint__bindgen_ty_1__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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