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