pub struct ModelStyleLayer {
pub meta: StyleLayerMeta,
pub source: StyleSourceId,
}Expand description
Model layer style spec.
Fields§
§meta: StyleLayerMeta§source: StyleSourceIdImplementations§
Trait Implementations§
Source§impl Clone for ModelStyleLayer
impl Clone for ModelStyleLayer
Source§fn clone(&self) -> ModelStyleLayer
fn clone(&self) -> ModelStyleLayer
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 moreAuto Trait Implementations§
impl Freeze for ModelStyleLayer
impl RefUnwindSafe for ModelStyleLayer
impl Send for ModelStyleLayer
impl Sync for ModelStyleLayer
impl Unpin for ModelStyleLayer
impl UnsafeUnpin for ModelStyleLayer
impl UnwindSafe for ModelStyleLayer
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