#[repr(C)]pub struct FT_Raster_Funcs_ {
pub glyph_format: FT_Glyph_Format,
pub raster_new: FT_Raster_NewFunc,
pub raster_reset: FT_Raster_ResetFunc,
pub raster_set_mode: FT_Raster_SetModeFunc,
pub raster_render: FT_Raster_RenderFunc,
pub raster_done: FT_Raster_DoneFunc,
}Fields§
§glyph_format: FT_Glyph_Format§raster_new: FT_Raster_NewFunc§raster_reset: FT_Raster_ResetFunc§raster_set_mode: FT_Raster_SetModeFunc§raster_render: FT_Raster_RenderFunc§raster_done: FT_Raster_DoneFuncTrait Implementations§
Source§impl Clone for FT_Raster_Funcs_
impl Clone for FT_Raster_Funcs_
Source§impl Debug for FT_Raster_Funcs_
impl Debug for FT_Raster_Funcs_
impl Copy for FT_Raster_Funcs_
Auto Trait Implementations§
impl Freeze for FT_Raster_Funcs_
impl RefUnwindSafe for FT_Raster_Funcs_
impl Send for FT_Raster_Funcs_
impl Sync for FT_Raster_Funcs_
impl Unpin for FT_Raster_Funcs_
impl UnwindSafe for FT_Raster_Funcs_
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