Struct i_slint_core::textlayout::PositionedGlyph
source · pub struct PositionedGlyph<Length> {
pub x: Length,
pub y: Length,
pub glyph_id: NonZeroU16,
}Fields§
§x: Length§y: Length§glyph_id: NonZeroU16Auto Trait Implementations§
impl<Length> RefUnwindSafe for PositionedGlyph<Length>where Length: RefUnwindSafe,
impl<Length> Send for PositionedGlyph<Length>where Length: Send,
impl<Length> Sync for PositionedGlyph<Length>where Length: Sync,
impl<Length> Unpin for PositionedGlyph<Length>where Length: Unpin,
impl<Length> UnwindSafe for PositionedGlyph<Length>where Length: UnwindSafe,
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