pub struct ExtEventBaseVectGeodBlock(pub BaseVectorGeodBlock);Expand description
ExtEventBaseVectGeod (4217) — base vectors at event time.
Tuple Fields§
§0: BaseVectorGeodBlockMethods from Deref<Target = BaseVectorGeodBlock>§
Trait Implementations§
Source§impl Clone for ExtEventBaseVectGeodBlock
impl Clone for ExtEventBaseVectGeodBlock
Source§fn clone(&self) -> ExtEventBaseVectGeodBlock
fn clone(&self) -> ExtEventBaseVectGeodBlock
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 ExtEventBaseVectGeodBlock
impl Debug for ExtEventBaseVectGeodBlock
Source§impl Deref for ExtEventBaseVectGeodBlock
impl Deref for ExtEventBaseVectGeodBlock
Auto Trait Implementations§
impl Freeze for ExtEventBaseVectGeodBlock
impl RefUnwindSafe for ExtEventBaseVectGeodBlock
impl Send for ExtEventBaseVectGeodBlock
impl Sync for ExtEventBaseVectGeodBlock
impl Unpin for ExtEventBaseVectGeodBlock
impl UnsafeUnpin for ExtEventBaseVectGeodBlock
impl UnwindSafe for ExtEventBaseVectGeodBlock
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