#[repr(C, packed(2))]pub struct EGlyphEngine {
pub ege_Reserved: APTR,
pub ege_BulletBase: *mut Library,
pub ege_GlyphEngine: *mut GlyphEngine,
}Fields§
§ege_Reserved: APTR§ege_BulletBase: *mut Library§ege_GlyphEngine: *mut GlyphEngineTrait Implementations§
Source§impl Clone for EGlyphEngine
impl Clone for EGlyphEngine
Source§fn clone(&self) -> EGlyphEngine
fn clone(&self) -> EGlyphEngine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EGlyphEngine
impl Debug for EGlyphEngine
impl Copy for EGlyphEngine
Auto Trait Implementations§
impl Freeze for EGlyphEngine
impl RefUnwindSafe for EGlyphEngine
impl !Send for EGlyphEngine
impl !Sync for EGlyphEngine
impl Unpin for EGlyphEngine
impl UnwindSafe for EGlyphEngine
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