pub struct MvtLayer {
pub name: String,
pub extent: NonZeroU32,
pub features: Vec<MvtFeature>,
}Fields§
§name: String§extent: NonZeroU32§features: Vec<MvtFeature>Implementations§
Trait Implementations§
impl StructuralPartialEq for MvtLayer
Auto Trait Implementations§
impl Freeze for MvtLayer
impl RefUnwindSafe for MvtLayer
impl Send for MvtLayer
impl Sync for MvtLayer
impl Unpin for MvtLayer
impl UnsafeUnpin for MvtLayer
impl UnwindSafe for MvtLayer
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