#[repr(C)]pub struct GlyphInfo {
pub value: c_int,
pub offsetX: c_int,
pub offsetY: c_int,
pub advanceX: c_int,
pub image: Image,
}Fields§
§value: c_int§offsetX: c_int§offsetY: c_int§advanceX: c_int§image: ImageTrait Implementations§
impl Copy for GlyphInfo
impl StructuralPartialEq for GlyphInfo
Auto Trait Implementations§
impl !Send for GlyphInfo
impl !Sync for GlyphInfo
impl Freeze for GlyphInfo
impl RefUnwindSafe for GlyphInfo
impl Unpin for GlyphInfo
impl UnsafeUnpin for GlyphInfo
impl UnwindSafe for GlyphInfo
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