#[repr(C)]pub struct sfGlyph {
pub advance: f32,
pub bounds: sfFloatRect,
pub textureRect: sfIntRect,
}Fields§
§advance: f32§bounds: sfFloatRect§textureRect: sfIntRectTrait Implementations§
Source§impl PartialOrd for sfGlyph
impl PartialOrd for sfGlyph
impl Copy for sfGlyph
impl StructuralPartialEq for sfGlyph
Auto Trait Implementations§
impl Freeze for sfGlyph
impl RefUnwindSafe for sfGlyph
impl Send for sfGlyph
impl Sync for sfGlyph
impl Unpin for sfGlyph
impl UnwindSafe for sfGlyph
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