#[repr(C)]pub struct FontGlyphLineSegmentT {
pub p0: Vec2T,
pub p1: Vec2T,
}Fields§
§p0: Vec2T§p1: Vec2TTrait Implementations§
Auto Trait Implementations§
impl Freeze for FontGlyphLineSegmentT
impl RefUnwindSafe for FontGlyphLineSegmentT
impl Send for FontGlyphLineSegmentT
impl Sync for FontGlyphLineSegmentT
impl Unpin for FontGlyphLineSegmentT
impl UnsafeUnpin for FontGlyphLineSegmentT
impl UnwindSafe for FontGlyphLineSegmentT
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