#[repr(C)]#[repr(align(4))]pub struct SkPaint__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl SkPaint__bindgen_ty_1__bindgen_ty_1
impl SkPaint__bindgen_ty_1__bindgen_ty_1
pub fn fAntiAlias(&self) -> c_uint
pub fn set_fAntiAlias(&mut self, val: c_uint)
pub fn fDither(&self) -> c_uint
pub fn set_fDither(&mut self, val: c_uint)
pub fn fCapType(&self) -> c_uint
pub fn set_fCapType(&mut self, val: c_uint)
pub fn fJoinType(&self) -> c_uint
pub fn set_fJoinType(&mut self, val: c_uint)
pub fn fStyle(&self) -> c_uint
pub fn set_fStyle(&mut self, val: c_uint)
pub fn fPadding(&self) -> c_uint
pub fn set_fPadding(&mut self, val: c_uint)
pub fn new_bitfield_1( fAntiAlias: c_uint, fDither: c_uint, fCapType: c_uint, fJoinType: c_uint, fStyle: c_uint, fPadding: c_uint ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for SkPaint__bindgen_ty_1__bindgen_ty_1
impl Clone for SkPaint__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> SkPaint__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> SkPaint__bindgen_ty_1__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SkPaint__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for SkPaint__bindgen_ty_1__bindgen_ty_1
impl Send for SkPaint__bindgen_ty_1__bindgen_ty_1
impl Sync for SkPaint__bindgen_ty_1__bindgen_ty_1
impl Unpin for SkPaint__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for SkPaint__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more