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