pub struct Stroker { /* private fields */ }
Implementations§
Source§impl 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 Freeze for Stroker
impl RefUnwindSafe for Stroker
impl !Send for Stroker
impl !Sync for Stroker
impl Unpin for Stroker
impl UnwindSafe for Stroker
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