#[repr(C)]pub struct Axis {
pub range: Range,
pub unit: Unit,
}Expand description
An Axis is defined as a range and a unit.
Fields§
§range: Range§unit: UnitTrait Implementations§
Source§impl<'a, ___E> Encode<Axis, ___E> for &'a Axiswhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<Axis, ___E> for &'a Axiswhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<Axis, ___E> for Axiswhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<Axis, ___E> for Axiswhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Axis, Axis>
const COPY_OPTIMIZATION: CopyOptimization<Axis, Axis>
Source§impl FromWireRef<Axis> for Axis
impl FromWireRef<Axis> for Axis
Source§fn from_wire_ref(wire: &Axis) -> Axis
fn from_wire_ref(wire: &Axis) -> Axis
Converts the given reference to this type.
Source§impl Ord for Axis
impl Ord for Axis
Source§impl PartialOrd for Axis
impl PartialOrd for Axis
impl Copy for Axis
impl Eq for Axis
impl StructuralPartialEq for Axis
Auto Trait Implementations§
impl Freeze for Axis
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnsafeUnpin for Axis
impl UnwindSafe for Axis
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]