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