#[repr(C)]pub struct polygon_t {
pub regular: c_int,
pub peripheries: c_int,
pub sides: c_int,
pub orientation: f64,
pub distortion: f64,
pub skew: f64,
pub option: c_int,
pub vertices: *mut pointf,
}Fields§
§regular: c_int§peripheries: c_int§sides: c_int§orientation: f64§distortion: f64§skew: f64§option: c_int§vertices: *mut pointfTrait Implementations§
Auto Trait Implementations§
impl Freeze for polygon_t
impl RefUnwindSafe for polygon_t
impl !Send for polygon_t
impl !Sync for polygon_t
impl Unpin for polygon_t
impl UnwindSafe for polygon_t
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