[−][src]Struct postgis::twkb::Point
Fields
x: f64
y: f64
Trait Implementations
impl Point for Point[src]
impl Point for Pointfn x(&self) -> f64[src]
fn x(&self) -> f64fn y(&self) -> f64[src]
fn y(&self) -> f64fn opt_z(&self) -> Option<f64>[src]
fn opt_z(&self) -> Option<f64>fn opt_m(&self) -> Option<f64>[src]
fn opt_m(&self) -> Option<f64>impl<'a> AsEwkbPoint<'a> for Point[src]
impl<'a> AsEwkbPoint<'a> for Pointimpl TwkbGeom for Point[src]
impl TwkbGeom for Pointfn read_twkb_body<R: Read>(
raw: &mut R,
twkb_info: &TwkbInfo
) -> Result<Self, Error>[src]
fn read_twkb_body<R: Read>(
raw: &mut R,
twkb_info: &TwkbInfo
) -> Result<Self, Error>fn read_twkb<R: Read>(raw: &mut R) -> Result<Self, Error>[src]
fn read_twkb<R: Read>(raw: &mut R) -> Result<Self, Error>fn read_idlist<R: Read>(raw: &mut R, size: usize) -> Result<Vec<u64>, Error>[src]
fn read_idlist<R: Read>(raw: &mut R, size: usize) -> Result<Vec<u64>, Error>impl Clone for Point[src]
impl Clone for Pointfn clone(&self) -> Point[src]
fn clone(&self) -> Pointfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq<Point> for Point[src]
impl PartialEq<Point> for Pointimpl Debug for Point[src]
impl Debug for Pointimpl FromSql for Point[src]
impl FromSql for Pointfn from_sql(ty: &Type, raw: &[u8]) -> Result<Self, Box<dyn Error + Sync + Send>>[src]
fn from_sql(ty: &Type, raw: &[u8]) -> Result<Self, Box<dyn Error + Sync + Send>>fn accepts(ty: &Type) -> bool
fn accepts(ty: &Type) -> boolfn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Send + Sync>>
fn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Send + Sync>>Creates a new value of this type from a NULL SQL value. Read more
fn from_sql_nullable(
ty: &Type,
raw: Option<&[u8]>
) -> Result<Self, Box<dyn Error + 'static + Send + Sync>>
fn from_sql_nullable(
ty: &Type,
raw: Option<&[u8]>
) -> Result<Self, Box<dyn Error + 'static + Send + Sync>>A convenience function that delegates to from_sql and from_sql_null depending on the value of raw. Read more
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self