#[repr(C)]pub struct Polygons {
pub polygons: *mut Polygon,
pub polygons_count: usize,
}Fields§
§polygons: *mut Polygon§polygons_count: usizeImplementations§
Trait Implementations§
impl Copy for Polygons
impl Eq for Polygons
Auto Trait Implementations§
impl Freeze for Polygons
impl RefUnwindSafe for Polygons
impl !Send for Polygons
impl !Sync for Polygons
impl Unpin for Polygons
impl UnwindSafe for Polygons
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