pub struct MagneticFieldStrength(/* private fields */);Implementations§
Source§impl MagneticFieldStrength
impl MagneticFieldStrength
pub fn new<U>(value: f32) -> Selfwhere
U: Conversion<f32>,
pub fn get<U>(&self) -> f32where
U: Conversion<f32>,
pub fn raw(&self) -> f32
pub fn into_uom(self) -> MagneticFieldStrength
pub fn as_uom(&self) -> &MagneticFieldStrength
pub fn from_uom(inner: MagneticFieldStrength) -> Self
Methods from Deref<Target = MagneticFieldStrength>§
pub const HALF_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const FULL_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const HALF_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
pub const FULL_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub const SPHERE: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn SolidAngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const SPHERE: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn SolidAngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
Trait Implementations§
Source§impl Add for MagneticFieldStrength
impl Add for MagneticFieldStrength
Source§impl AddAssign for MagneticFieldStrength
impl AddAssign for MagneticFieldStrength
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'de, Context> BorrowDecode<'de, Context> for MagneticFieldStrength
impl<'de, Context> BorrowDecode<'de, Context> for MagneticFieldStrength
Source§fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>(
decoder: &mut D,
) -> Result<Self, DecodeError>
fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>( decoder: &mut D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for MagneticFieldStrength
impl Clone for MagneticFieldStrength
Source§fn clone(&self) -> MagneticFieldStrength
fn clone(&self) -> MagneticFieldStrength
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MagneticFieldStrength
impl Debug for MagneticFieldStrength
Source§impl<Context> Decode<Context> for MagneticFieldStrength
impl<Context> Decode<Context> for MagneticFieldStrength
Source§impl Default for MagneticFieldStrength
impl Default for MagneticFieldStrength
Source§impl Deref for MagneticFieldStrength
impl Deref for MagneticFieldStrength
Source§type Target = Quantity<dyn Dimension<M = Z0, J = Z0, I = PInt<UInt<UTerm, B1>>, L = NInt<UInt<UTerm, B1>>, Th = Z0, T = Z0, Kind = dyn Kind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
type Target = Quantity<dyn Dimension<M = Z0, J = Z0, I = PInt<UInt<UTerm, B1>>, L = NInt<UInt<UTerm, B1>>, Th = Z0, T = Z0, Kind = dyn Kind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
The resulting type after dereferencing.
Source§impl<'de> Deserialize<'de> for MagneticFieldStrength
impl<'de> Deserialize<'de> for MagneticFieldStrength
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Div<f32> for MagneticFieldStrength
impl Div<f32> for MagneticFieldStrength
Source§impl DivAssign<f32> for MagneticFieldStrength
impl DivAssign<f32> for MagneticFieldStrength
Source§fn div_assign(&mut self, rhs: f32)
fn div_assign(&mut self, rhs: f32)
Performs the
/= operation. Read moreSource§impl Encode for MagneticFieldStrength
impl Encode for MagneticFieldStrength
Source§impl From<MagneticFieldStrength> for MagneticFieldStrength
impl From<MagneticFieldStrength> for MagneticFieldStrength
Source§fn from(value: MagneticFieldStrength) -> Self
fn from(value: MagneticFieldStrength) -> Self
Converts to this type from the input type.
Source§impl From<Quantity<dyn Dimension<M = Z0, J = Z0, I = PInt<UInt<UTerm, B1>>, L = NInt<UInt<UTerm, B1>>, Th = Z0, T = Z0, Kind = dyn Kind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>> for MagneticFieldStrength
impl From<Quantity<dyn Dimension<M = Z0, J = Z0, I = PInt<UInt<UTerm, B1>>, L = NInt<UInt<UTerm, B1>>, Th = Z0, T = Z0, Kind = dyn Kind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>> for MagneticFieldStrength
Source§impl FromReflect for MagneticFieldStrength
Available on crate feature reflect only.
impl FromReflect for MagneticFieldStrength
Available on crate feature
reflect only.Source§fn from_reflect(reflect: &dyn PartialReflect) -> Option<Self>
fn from_reflect(reflect: &dyn PartialReflect) -> Option<Self>
Constructs a concrete instance of
Self from a reflected value.§fn take_from_reflect(
reflect: Box<dyn PartialReflect>,
) -> Result<Self, Box<dyn PartialReflect>>
fn take_from_reflect( reflect: Box<dyn PartialReflect>, ) -> Result<Self, Box<dyn PartialReflect>>
Attempts to downcast the given value to
Self using,
constructing the value using from_reflect if that fails. Read moreSource§impl GetTypeRegistration for MagneticFieldStrength
impl GetTypeRegistration for MagneticFieldStrength
Source§fn get_type_registration() -> TypeRegistration
fn get_type_registration() -> TypeRegistration
Returns the default [
TypeRegistration] for this type.§fn register_type_dependencies(_registry: &mut TypeRegistry)
fn register_type_dependencies(_registry: &mut TypeRegistry)
Registers other types needed by this type. Read more
Source§impl Mul<f32> for MagneticFieldStrength
impl Mul<f32> for MagneticFieldStrength
Source§impl MulAssign<f32> for MagneticFieldStrength
impl MulAssign<f32> for MagneticFieldStrength
Source§fn mul_assign(&mut self, rhs: f32)
fn mul_assign(&mut self, rhs: f32)
Performs the
*= operation. Read moreSource§impl Neg for MagneticFieldStrength
impl Neg for MagneticFieldStrength
Source§impl PartialEq for MagneticFieldStrength
impl PartialEq for MagneticFieldStrength
Source§impl PartialOrd for MagneticFieldStrength
impl PartialOrd for MagneticFieldStrength
Source§impl PartialReflect for MagneticFieldStrength
impl PartialReflect for MagneticFieldStrength
Source§fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
Returns the [
TypeInfo] of the type represented by this value. Read moreSource§fn to_dynamic(&self) -> Box<dyn PartialReflect>
fn to_dynamic(&self) -> Box<dyn PartialReflect>
Source§fn reflect_kind(&self) -> ReflectKind
fn reflect_kind(&self) -> ReflectKind
Returns a zero-sized enumeration of “kinds” of type. Read more
Source§fn reflect_ref(&self) -> ReflectRef<'_>
fn reflect_ref(&self) -> ReflectRef<'_>
Returns an immutable enumeration of “kinds” of type. Read more
Source§fn reflect_mut(&mut self) -> ReflectMut<'_>
fn reflect_mut(&mut self) -> ReflectMut<'_>
Returns a mutable enumeration of “kinds” of type. Read more
Source§fn reflect_owned(self: Box<Self>) -> ReflectOwned
fn reflect_owned(self: Box<Self>) -> ReflectOwned
Returns an owned enumeration of “kinds” of type. Read more
Source§fn try_into_reflect(
self: Box<Self>,
) -> Result<Box<dyn Reflect>, Box<dyn PartialReflect>>
fn try_into_reflect( self: Box<Self>, ) -> Result<Box<dyn Reflect>, Box<dyn PartialReflect>>
Attempts to cast this type to a boxed, fully-reflected value.
Source§fn try_as_reflect(&self) -> Option<&dyn Reflect>
fn try_as_reflect(&self) -> Option<&dyn Reflect>
Attempts to cast this type to a fully-reflected value.
Source§fn try_as_reflect_mut(&mut self) -> Option<&mut dyn Reflect>
fn try_as_reflect_mut(&mut self) -> Option<&mut dyn Reflect>
Attempts to cast this type to a mutable, fully-reflected value.
Source§fn into_partial_reflect(self: Box<Self>) -> Box<dyn PartialReflect>
fn into_partial_reflect(self: Box<Self>) -> Box<dyn PartialReflect>
Casts this type to a boxed, reflected value. Read more
Source§fn as_partial_reflect(&self) -> &dyn PartialReflect
fn as_partial_reflect(&self) -> &dyn PartialReflect
Casts this type to a reflected value. Read more
Source§fn as_partial_reflect_mut(&mut self) -> &mut dyn PartialReflect
fn as_partial_reflect_mut(&mut self) -> &mut dyn PartialReflect
Casts this type to a mutable, reflected value. Read more
§fn apply(&mut self, value: &(dyn PartialReflect + 'static))
fn apply(&mut self, value: &(dyn PartialReflect + 'static))
Applies a reflected value to this value. Read more
§fn reflect_clone(&self) -> Result<Box<dyn Reflect>, ReflectCloneError>
fn reflect_clone(&self) -> Result<Box<dyn Reflect>, ReflectCloneError>
Attempts to clone
Self using reflection. Read more§fn reflect_clone_and_take<T>(&self) -> Result<T, ReflectCloneError>where
T: 'static,
Self: Sized + TypePath,
fn reflect_clone_and_take<T>(&self) -> Result<T, ReflectCloneError>where
T: 'static,
Self: Sized + TypePath,
For a type implementing [
PartialReflect], combines reflect_clone and
take in a useful fashion, automatically constructing an appropriate
[ReflectCloneError] if the downcast fails. Read more§fn reflect_hash(&self) -> Option<u64>
fn reflect_hash(&self) -> Option<u64>
Returns a hash of the value (which includes the type). Read more
§fn reflect_partial_eq(
&self,
_value: &(dyn PartialReflect + 'static),
) -> Option<bool>
fn reflect_partial_eq( &self, _value: &(dyn PartialReflect + 'static), ) -> Option<bool>
Returns a “partial equality” comparison result. Read more
§fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
Debug formatter for the value. Read more
§fn is_dynamic(&self) -> bool
fn is_dynamic(&self) -> bool
Indicates whether or not this type is a dynamic type. Read more
Source§impl Reflect for MagneticFieldStrength
impl Reflect for MagneticFieldStrength
Source§fn as_any_mut(&mut self) -> &mut dyn Any
fn as_any_mut(&mut self) -> &mut dyn Any
Returns the value as a
&mut dyn Any. Read moreSource§fn into_reflect(self: Box<Self>) -> Box<dyn Reflect>
fn into_reflect(self: Box<Self>) -> Box<dyn Reflect>
Casts this type to a boxed, fully-reflected value.
Source§fn as_reflect(&self) -> &dyn Reflect
fn as_reflect(&self) -> &dyn Reflect
Casts this type to a fully-reflected value.
Source§fn as_reflect_mut(&mut self) -> &mut dyn Reflect
fn as_reflect_mut(&mut self) -> &mut dyn Reflect
Casts this type to a mutable, fully-reflected value.
Source§impl Serialize for MagneticFieldStrength
impl Serialize for MagneticFieldStrength
Source§impl Sub for MagneticFieldStrength
impl Sub for MagneticFieldStrength
Source§impl SubAssign for MagneticFieldStrength
impl SubAssign for MagneticFieldStrength
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreSource§impl TypePath for MagneticFieldStrength
impl TypePath for MagneticFieldStrength
Source§fn type_path() -> &'static str
fn type_path() -> &'static str
Returns the fully qualified path of the underlying type. Read more
Source§fn short_type_path() -> &'static str
fn short_type_path() -> &'static str
Returns a short, pretty-print enabled path to the type. Read more
Source§fn type_ident() -> Option<&'static str>
fn type_ident() -> Option<&'static str>
Source§fn crate_name() -> Option<&'static str>
fn crate_name() -> Option<&'static str>
Source§impl Typed for MagneticFieldStrength
impl Typed for MagneticFieldStrength
impl Copy for MagneticFieldStrength
impl StructuralPartialEq for MagneticFieldStrength
Auto Trait Implementations§
impl Freeze for MagneticFieldStrength
impl RefUnwindSafe for MagneticFieldStrength
impl Send for MagneticFieldStrength
impl Sync for MagneticFieldStrength
impl Unpin for MagneticFieldStrength
impl UnsafeUnpin for MagneticFieldStrength
impl UnwindSafe for MagneticFieldStrength
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> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSend for T
impl<T> DowncastSend for T
§impl<T> DynamicTypePath for Twhere
T: TypePath,
impl<T> DynamicTypePath for Twhere
T: TypePath,
§fn reflect_type_path(&self) -> &str
fn reflect_type_path(&self) -> &str
See [
TypePath::type_path].§fn reflect_short_type_path(&self) -> &str
fn reflect_short_type_path(&self) -> &str
See [
TypePath::short_type_path].§fn reflect_type_ident(&self) -> Option<&str>
fn reflect_type_ident(&self) -> Option<&str>
See [
TypePath::type_ident].§fn reflect_crate_name(&self) -> Option<&str>
fn reflect_crate_name(&self) -> Option<&str>
See [
TypePath::crate_name].§fn reflect_module_path(&self) -> Option<&str>
fn reflect_module_path(&self) -> Option<&str>
See [
TypePath::module_path].§impl<T> DynamicTyped for Twhere
T: Typed,
impl<T> DynamicTyped for Twhere
T: Typed,
§fn reflect_type_info(&self) -> &'static TypeInfo
fn reflect_type_info(&self) -> &'static TypeInfo
See [
Typed::type_info].§impl<T> GetPath for Twhere
T: Reflect + ?Sized,
impl<T> GetPath for Twhere
T: Reflect + ?Sized,
§fn reflect_path<'p>(
&self,
path: impl ReflectPath<'p>,
) -> Result<&(dyn PartialReflect + 'static), ReflectPathError<'p>>
fn reflect_path<'p>( &self, path: impl ReflectPath<'p>, ) -> Result<&(dyn PartialReflect + 'static), ReflectPathError<'p>>
Returns a reference to the value specified by
path. Read more§fn reflect_path_mut<'p>(
&mut self,
path: impl ReflectPath<'p>,
) -> Result<&mut (dyn PartialReflect + 'static), ReflectPathError<'p>>
fn reflect_path_mut<'p>( &mut self, path: impl ReflectPath<'p>, ) -> Result<&mut (dyn PartialReflect + 'static), ReflectPathError<'p>>
Returns a mutable reference to the value specified by
path. Read moreSource§impl<T> Serialize for T
impl<T> Serialize for T
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<(), Error>
fn do_erased_serialize( &self, serializer: &mut dyn Serializer, ) -> Result<(), ErrorImpl>
§impl<T> TypeData for T
impl<T> TypeData for T
§fn clone_type_data(&self) -> Box<dyn TypeData>
fn clone_type_data(&self) -> Box<dyn TypeData>
Creates a type-erased clone of this value.