pub struct Stroker { /* private fields */ }
Implementations
sourceimpl Stroker
impl Stroker
pub unsafe fn from_raw(library_raw: FT_Library, raw: FT_Stroker) -> Self
pub fn set(
&self,
radius: FT_Fixed,
line_cap: StrokerLineCap,
line_join: StrokerLineJoin,
miter_limit: FT_Fixed
)
pub fn raw(&self) -> &FT_StrokerRec
pub fn raw_mut(&mut self) -> &mut FT_StrokerRec
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stroker
impl !Send for Stroker
impl !Sync for Stroker
impl Unpin for Stroker
impl UnwindSafe for Stroker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more