pub struct GeometryEncoder(/* private fields */);Implementations§
Source§impl GeometryEncoder
impl GeometryEncoder
pub fn new(array: GeometryArray) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeometryEncoder
impl RefUnwindSafe for GeometryEncoder
impl Send for GeometryEncoder
impl Sync for GeometryEncoder
impl Unpin for GeometryEncoder
impl UnsafeUnpin for GeometryEncoder
impl UnwindSafe for GeometryEncoder
Blanket Implementations§
impl<T> Allocation for T
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