pub struct BaseVectorGeodBlock {
pub vectors: Vec<BaseVectorGeodInfo>,
/* private fields */
}Expand description
BaseVectorGeod block (Block ID 4028)
Fields§
§vectors: Vec<BaseVectorGeodInfo>Implementations§
Trait Implementations§
Source§impl Clone for BaseVectorGeodBlock
impl Clone for BaseVectorGeodBlock
Source§fn clone(&self) -> BaseVectorGeodBlock
fn clone(&self) -> BaseVectorGeodBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BaseVectorGeodBlock
impl Debug for BaseVectorGeodBlock
Auto Trait Implementations§
impl Freeze for BaseVectorGeodBlock
impl RefUnwindSafe for BaseVectorGeodBlock
impl Send for BaseVectorGeodBlock
impl Sync for BaseVectorGeodBlock
impl Unpin for BaseVectorGeodBlock
impl UnsafeUnpin for BaseVectorGeodBlock
impl UnwindSafe for BaseVectorGeodBlock
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