#[repr(C, packed(2))]pub struct OutlineFont {
pub olf_OTagPath: STRPTR,
pub olf_OTagList: *mut TagItem,
pub olf_EngineName: STRPTR,
pub olf_LibraryName: STRPTR,
pub olf_EEngine: EGlyphEngine,
pub olf_Reserved: APTR,
pub olf_UserData: APTR,
}Fields§
§olf_OTagPath: STRPTR§olf_OTagList: *mut TagItem§olf_EngineName: STRPTR§olf_LibraryName: STRPTR§olf_EEngine: EGlyphEngine§olf_Reserved: APTR§olf_UserData: APTRTrait Implementations§
Source§impl Clone for OutlineFont
impl Clone for OutlineFont
Source§fn clone(&self) -> OutlineFont
fn clone(&self) -> OutlineFont
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 OutlineFont
impl Debug for OutlineFont
impl Copy for OutlineFont
Auto Trait Implementations§
impl Freeze for OutlineFont
impl RefUnwindSafe for OutlineFont
impl !Send for OutlineFont
impl !Sync for OutlineFont
impl Unpin for OutlineFont
impl UnwindSafe for OutlineFont
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