#[repr(C)]pub struct Point {
pub x: Int64,
pub y: Int64,
}Expand description
The wire type corresponding to Point.
Fields§
§x: Int64§y: Int64Trait Implementations§
Source§impl<'a, ___E> Encode<Point, ___E> for &'a Pointwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<Point, ___E> for &'a Pointwhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<Point, ___E> for Pointwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<Point, ___E> for Pointwhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Point, Point>
const COPY_OPTIMIZATION: CopyOptimization<Point, Point>
Source§impl<___E, T0, T1> Encode<Point, ___E> for Point<T0, T1>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Int64, ___E>,
T1: Encode<Int64, ___E>,
impl<___E, T0, T1> Encode<Point, ___E> for Point<T0, T1>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Int64, ___E>,
T1: Encode<Int64, ___E>,
Source§impl FromWireRef<Point> for Point
impl FromWireRef<Point> for Point
Source§fn from_wire_ref(wire: &Point) -> Point
fn from_wire_ref(wire: &Point) -> Point
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnsafeUnpin for Point
impl UnwindSafe for Point
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]