Struct pathfinder_geometry::line_segment::LineSegmentU8
source · #[repr(C)]pub struct LineSegmentU8 {
pub from_x: u8,
pub from_y: u8,
pub to_x: u8,
pub to_y: u8,
}
Fields§
§from_x: u8
§from_y: u8
§to_x: u8
§to_y: u8
Trait Implementations§
source§impl Clone for LineSegmentU8
impl Clone for LineSegmentU8
source§fn clone(&self) -> LineSegmentU8
fn clone(&self) -> LineSegmentU8
Returns a copy 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 moresource§impl Debug for LineSegmentU8
impl Debug for LineSegmentU8
source§impl Default for LineSegmentU8
impl Default for LineSegmentU8
source§fn default() -> LineSegmentU8
fn default() -> LineSegmentU8
Returns the “default value” for a type. Read more
impl Copy for LineSegmentU8
Auto Trait Implementations§
impl Freeze for LineSegmentU8
impl RefUnwindSafe for LineSegmentU8
impl Send for LineSegmentU8
impl Sync for LineSegmentU8
impl Unpin for LineSegmentU8
impl UnwindSafe for LineSegmentU8
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