pub enum PlacedLayerType {
Unknown,
Vector,
Raster,
ImageStack,
}Expand description
TS PlacedLayerType.
Variants§
Trait Implementations§
Source§impl Clone for PlacedLayerType
impl Clone for PlacedLayerType
Source§fn clone(&self) -> PlacedLayerType
fn clone(&self) -> PlacedLayerType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlacedLayerType
Source§impl Debug for PlacedLayerType
impl Debug for PlacedLayerType
impl Eq for PlacedLayerType
Source§impl PartialEq for PlacedLayerType
impl PartialEq for PlacedLayerType
Source§fn eq(&self, other: &PlacedLayerType) -> bool
fn eq(&self, other: &PlacedLayerType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlacedLayerType
Auto Trait Implementations§
impl Freeze for PlacedLayerType
impl RefUnwindSafe for PlacedLayerType
impl Send for PlacedLayerType
impl Sync for PlacedLayerType
impl Unpin for PlacedLayerType
impl UnsafeUnpin for PlacedLayerType
impl UnwindSafe for PlacedLayerType
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