Struct rtz_core::geo::shared::EncodableGeometry
source · pub struct EncodableGeometry(pub Geometry<Float>);Expand description
A wrapped [Geometry] that can be encoded and decoded via bincode.
Tuple Fields§
§0: Geometry<Float>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EncodableGeometry
impl Send for EncodableGeometry
impl Sync for EncodableGeometry
impl Unpin for EncodableGeometry
impl UnwindSafe for EncodableGeometry
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