pub struct Shape {Show 14 fields
pub stroke_id: StrokeUuid,
pub created: DateTime<Utc>,
pub modified: DateTime<Utc>,
pub unknown: i64,
pub stroke_width: f32,
pub unknown_6: u32,
pub bbox: Dimensions,
pub render_scale: DisplayScale,
pub z_order: i64,
pub unknown_15: u32,
pub points_id: Option<PointsUuid>,
pub line_style: Option<LineStyle>,
pub shape_group_id: ShapeGroupUuid,
pub points_json: String,
}Fields§
§stroke_id: StrokeUuid§created: DateTime<Utc>§modified: DateTime<Utc>§unknown: i64§stroke_width: f32§unknown_6: u32§bbox: Dimensions§render_scale: DisplayScale§z_order: i64§unknown_15: u32§points_id: Option<PointsUuid>§line_style: Option<LineStyle>§shape_group_id: ShapeGroupUuid§points_json: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Shape
impl RefUnwindSafe for Shape
impl Send for Shape
impl Sync for Shape
impl Unpin for Shape
impl UnsafeUnpin for Shape
impl UnwindSafe for Shape
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