#[repr(C)]pub struct gaiaVectorLayersListStr {
pub First: gaiaVectorLayerPtr,
pub Last: gaiaVectorLayerPtr,
pub Current: gaiaVectorLayerPtr,
}Expand description
Container for Vector Layers List
Fields§
§First: gaiaVectorLayerPtrpointer to first vector layer (linked list)
Last: gaiaVectorLayerPtrpointer to last vector layer (linked list)
Current: gaiaVectorLayerPtrpointer to currently set vector layer
Trait Implementations§
Source§impl Clone for gaiaVectorLayersListStr
impl Clone for gaiaVectorLayersListStr
Source§fn clone(&self) -> gaiaVectorLayersListStr
fn clone(&self) -> gaiaVectorLayersListStr
Returns a copy 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 gaiaVectorLayersListStr
impl Debug for gaiaVectorLayersListStr
impl Copy for gaiaVectorLayersListStr
Auto Trait Implementations§
impl Freeze for gaiaVectorLayersListStr
impl RefUnwindSafe for gaiaVectorLayersListStr
impl !Send for gaiaVectorLayersListStr
impl !Sync for gaiaVectorLayersListStr
impl Unpin for gaiaVectorLayersListStr
impl UnwindSafe for gaiaVectorLayersListStr
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