pub struct PolygonCodec;Trait Implementations§
Source§impl ManualCodec<Polygon> for PolygonCodec
impl ManualCodec<Polygon> for PolygonCodec
fn encode(value: &Polygon, output: &mut CodecWriter) -> PluginResult<()>
fn decode(input: &mut CodecReader<'_>) -> PluginResult<Polygon>
fn corpus() -> Vec<Polygon>
Auto Trait Implementations§
impl Freeze for PolygonCodec
impl RefUnwindSafe for PolygonCodec
impl Send for PolygonCodec
impl Sync for PolygonCodec
impl Unpin for PolygonCodec
impl UnsafeUnpin for PolygonCodec
impl UnwindSafe for PolygonCodec
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