#[repr(C)]pub struct Point3F {
pub x: Float32,
pub y: Float32,
pub z: Float32,
}Expand description
The wire type corresponding to Point3F.
Fields§
§x: Float32§y: Float32§z: Float32Trait Implementations§
Source§impl Constrained for Point3F
impl Constrained for Point3F
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'a, ___E> Encode<Point3F, ___E> for &'a Point3Fwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<Point3F, ___E> for &'a Point3Fwhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<Point3F, ___E> for Point3Fwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<Point3F, ___E> for Point3Fwhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Point3F, Point3F>
const COPY_OPTIMIZATION: CopyOptimization<Point3F, Point3F>
Source§impl<___E, T0, T1, T2> Encode<Point3F, ___E> for Point3F<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Float32, ___E>,
T1: Encode<Float32, ___E>,
T2: Encode<Float32, ___E>,
impl<___E, T0, T1, T2> Encode<Point3F, ___E> for Point3F<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Float32, ___E>,
T1: Encode<Float32, ___E>,
T2: Encode<Float32, ___E>,
Source§impl FromWireRef<Point3F> for Point3F
impl FromWireRef<Point3F> for Point3F
Source§fn from_wire_ref(wire: &Point3F) -> Point3F
fn from_wire_ref(wire: &Point3F) -> Point3F
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for Point3F
impl RefUnwindSafe for Point3F
impl Send for Point3F
impl Sync for Point3F
impl Unpin for Point3F
impl UnsafeUnpin for Point3F
impl UnwindSafe for Point3F
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,
§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]