Struct i_slint_core::textlayout::PositionedGlyph
source · [−]pub struct PositionedGlyph<'a, Length, PlatformGlyphData> {
pub x: Length,
pub y: Length,
pub platform_glyph: &'a PlatformGlyphData,
}Fields
x: Lengthy: Lengthplatform_glyph: &'a PlatformGlyphDataAuto Trait Implementations
impl<'a, Length, PlatformGlyphData> RefUnwindSafe for PositionedGlyph<'a, Length, PlatformGlyphData>where
Length: RefUnwindSafe,
PlatformGlyphData: RefUnwindSafe,
impl<'a, Length, PlatformGlyphData> Send for PositionedGlyph<'a, Length, PlatformGlyphData>where
Length: Send,
PlatformGlyphData: Sync,
impl<'a, Length, PlatformGlyphData> Sync for PositionedGlyph<'a, Length, PlatformGlyphData>where
Length: Sync,
PlatformGlyphData: Sync,
impl<'a, Length, PlatformGlyphData> Unpin for PositionedGlyph<'a, Length, PlatformGlyphData>where
Length: Unpin,
impl<'a, Length, PlatformGlyphData> UnwindSafe for PositionedGlyph<'a, Length, PlatformGlyphData>where
Length: UnwindSafe,
PlatformGlyphData: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more