#[repr(C)]pub struct Axis {
pub range: Range,
pub unit: Unit,
}Expand description
The wire type corresponding to Axis.
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<___E, T0, T1> Encode<Axis, ___E> for Axis<T0, T1>
impl<___E, T0, T1> Encode<Axis, ___E> for Axis<T0, T1>
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.
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> 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]