#[repr(C)]pub struct spPolygon {
pub vertices: *mut f32,
pub count: c_int,
pub capacity: c_int,
}Fields§
§vertices: *mut f32§count: c_int§capacity: c_intTrait Implementations§
Auto Trait Implementations§
impl !Send for spPolygon
impl !Sync for spPolygon
impl Freeze for spPolygon
impl RefUnwindSafe for spPolygon
impl Unpin for spPolygon
impl UnsafeUnpin for spPolygon
impl UnwindSafe for spPolygon
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