#[repr(C)]pub struct msdfgen_Scanline_Intersection {
pub x: f64,
pub direction: c_int,
}Expand description
An intersection with the scanline.
Fields§
§x: f64X coordinate.
direction: c_intNormalized Y direction of the oriented edge at the point of intersection.
Trait Implementations§
Source§impl Clone for msdfgen_Scanline_Intersection
impl Clone for msdfgen_Scanline_Intersection
Source§fn clone(&self) -> msdfgen_Scanline_Intersection
fn clone(&self) -> msdfgen_Scanline_Intersection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for msdfgen_Scanline_Intersection
Auto Trait Implementations§
impl Freeze for msdfgen_Scanline_Intersection
impl RefUnwindSafe for msdfgen_Scanline_Intersection
impl Send for msdfgen_Scanline_Intersection
impl Sync for msdfgen_Scanline_Intersection
impl Unpin for msdfgen_Scanline_Intersection
impl UnwindSafe for msdfgen_Scanline_Intersection
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