pub struct LinePoly {
pub x: String,
pub y: String,
pub sides: String,
pub radius: String,
pub rotation: String,
}Fields§
§x: String§y: String§sides: String§radius: String§rotation: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LinePoly
impl RefUnwindSafe for LinePoly
impl !Send for LinePoly
impl !Sync for LinePoly
impl Unpin for LinePoly
impl UnwindSafe for LinePoly
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