pub struct PolygonBuffer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for PolygonBuffer
impl Drop for PolygonBuffer
impl Send for PolygonBuffer
impl Sync for PolygonBuffer
Auto Trait Implementations§
impl Freeze for PolygonBuffer
impl RefUnwindSafe for PolygonBuffer
impl Unpin for PolygonBuffer
impl UnsafeUnpin for PolygonBuffer
impl UnwindSafe for PolygonBuffer
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