Struct google_transcoder1::api::NormalizedCoordinate
source · pub struct NormalizedCoordinate {
pub x: Option<f64>,
pub y: Option<f64>,
}
Expand description
2D normalized coordinates. Default: {0.0, 0.0}
This type is not used in any activity, and only used as part of another schema.
Fields§
§x: Option<f64>
Normalized x coordinate.
y: Option<f64>
Normalized y coordinate.
Trait Implementations§
source§impl Clone for NormalizedCoordinate
impl Clone for NormalizedCoordinate
source§fn clone(&self) -> NormalizedCoordinate
fn clone(&self) -> NormalizedCoordinate
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 NormalizedCoordinate
impl Debug for NormalizedCoordinate
source§impl Default for NormalizedCoordinate
impl Default for NormalizedCoordinate
source§fn default() -> NormalizedCoordinate
fn default() -> NormalizedCoordinate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NormalizedCoordinate
impl<'de> Deserialize<'de> for NormalizedCoordinate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more