#[repr(C)]pub struct RangeF {
pub min: f32,
pub max: f32,
}Fields§
§min: f32§max: f32Trait Implementations§
impl Copy for RangeF
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<RangeF, RangeF>
const COPY_OPTIMIZATION: CopyOptimization<RangeF, 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 FromWireRef<RangeF> for RangeF
impl FromWireRef<RangeF> for RangeF
Source§fn from_wire_ref(wire: &RangeF) -> RangeF
fn from_wire_ref(wire: &RangeF) -> RangeF
Converts the given reference to this type.
Source§impl PartialOrd for RangeF
impl PartialOrd for RangeF
impl StructuralPartialEq for RangeF
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, 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]