#[repr(C)]pub struct AxisF {
pub range: RangeF,
pub resolution: f32,
pub scale: AxisScale,
}Fields§
§range: RangeF§resolution: f32§scale: AxisScaleTrait Implementations§
impl Copy for AxisF
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> EncodeOption<Box<'static, AxisF>, ___E> for AxisF
impl<___E> EncodeOption<Box<'static, AxisF>, ___E> for AxisF
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, AxisF>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, AxisF>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, AxisF>, ___E> for &'a AxisF
impl<'a, ___E> EncodeOption<Box<'static, AxisF>, ___E> for &'a AxisF
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, AxisF>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, AxisF>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
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.
Source§impl PartialOrd for AxisF
impl PartialOrd for AxisF
impl StructuralPartialEq for AxisF
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§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]