Struct mapbox_vector_tile::DrawingCommands
[−]
[src]
pub struct DrawingCommands(pub Vec<DrawingCommand>);
Trait Implementations
impl Debug for DrawingCommands[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for DrawingCommands[src]
fn clone(&self) -> DrawingCommands[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for DrawingCommands[src]
fn eq(&self, __arg_0: &DrawingCommands) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DrawingCommands) -> bool[src]
This method tests for !=.
impl Eq for DrawingCommands[src]
impl<'a> From<&'a [u32]> for DrawingCommands[src]
impl From<Vec<u32>> for DrawingCommands[src]
fn from(data: Vec<u32>) -> DrawingCommands[src]
Performs the conversion.
impl From<DrawingCommands> for Geometry<i32>[src]
fn from(commands: DrawingCommands) -> Geometry<i32>[src]
Performs the conversion.
impl<'a> From<&'a Point<i32>> for DrawingCommands[src]
fn from(point: &'a Point<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a MultiPoint<i32>> for DrawingCommands[src]
fn from(mp: &'a MultiPoint<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a LineString<i32>> for DrawingCommands[src]
fn from(ls: &'a LineString<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a MultiLineString<i32>> for DrawingCommands[src]
fn from(mls: &'a MultiLineString<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a Polygon<i32>> for DrawingCommands[src]
fn from(poly: &'a Polygon<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a MultiPolygon<i32>> for DrawingCommands[src]
fn from(mpoly: &'a MultiPolygon<i32>) -> DrawingCommands[src]
Performs the conversion.
impl<'a> From<&'a Geometry<i32>> for DrawingCommands[src]
fn from(g: &'a Geometry<i32>) -> DrawingCommands[src]
Performs the conversion.
impl From<DrawingCommands> for Vec<u32>[src]
fn from(dc: DrawingCommands) -> Vec<u32>[src]
Performs the conversion.