[][src]Struct skia_bindings::SkContourMeasure_Segment

#[repr(C)]
pub struct SkContourMeasure_Segment {
    pub fDistance: SkScalar,
    pub fPtIndex: c_uint,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
}

Fields

fDistance: SkScalarfPtIndex: c_uint_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>

Methods

impl SkContourMeasure_Segment[src]

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

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

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

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

pub fn new_bitfield_1(
    fTValue: c_uint,
    fType: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

pub unsafe fn getScalarT(&self) -> SkScalar[src]

Trait Implementations

impl Clone for SkContourMeasure_Segment[src]

impl Copy for SkContourMeasure_Segment[src]

Auto Trait Implementations

Blanket Implementations

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

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> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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