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