#[repr(C)]pub struct fz_stroke_state {
pub refs: c_int,
pub start_cap: fz_linecap,
pub dash_cap: fz_linecap,
pub end_cap: fz_linecap,
pub linejoin: fz_linejoin,
pub linewidth: f32,
pub miterlimit: f32,
pub dash_phase: f32,
pub dash_len: c_int,
pub dash_list: __IncompleteArrayField<f32>,
}Fields§
§refs: c_int§start_cap: fz_linecap§dash_cap: fz_linecap§end_cap: fz_linecap§linejoin: fz_linejoin§linewidth: f32§miterlimit: f32§dash_phase: f32§dash_len: c_int§dash_list: __IncompleteArrayField<f32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_stroke_state
impl RefUnwindSafe for fz_stroke_state
impl Send for fz_stroke_state
impl Sync for fz_stroke_state
impl Unpin for fz_stroke_state
impl UnwindSafe for fz_stroke_state
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