#[repr(C, packed(2))]pub struct GlyphEngine {
pub gle_Library: *mut Library,
pub gle_Name: STRPTR,
}Fields§
§gle_Library: *mut Library§gle_Name: STRPTRTrait Implementations§
Source§impl Clone for GlyphEngine
impl Clone for GlyphEngine
Source§fn clone(&self) -> GlyphEngine
fn clone(&self) -> GlyphEngine
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 GlyphEngine
impl Debug for GlyphEngine
impl Copy for GlyphEngine
Auto Trait Implementations§
impl Freeze for GlyphEngine
impl RefUnwindSafe for GlyphEngine
impl !Send for GlyphEngine
impl !Sync for GlyphEngine
impl Unpin for GlyphEngine
impl UnwindSafe for GlyphEngine
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