pub struct LineEdge {
pub prev: Option<u32>,
pub next: Option<u32>,
pub x: i32,
pub dx: i32,
pub first_y: i32,
pub last_y: i32,
pub winding: i8,
}
Fields§
§prev: Option<u32>
§next: Option<u32>
§x: i32
§dx: i32
§first_y: i32
§last_y: i32
§winding: i8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineEdge
impl RefUnwindSafe for LineEdge
impl Send for LineEdge
impl Sync for LineEdge
impl Unpin for LineEdge
impl UnwindSafe for LineEdge
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)