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