pub struct Radiance { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AddAssign for Radiance
impl AddAssign for Radiance
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 Radiance
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Radiance
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 Div<Radiance> for Power
impl Div<Radiance> for Power
Source§type Output = AreaSolidAngle
type Output = AreaSolidAngle
The resulting type after applying the
/ operator.Source§impl From<f64> for Radiance
impl From<f64> for Radiance
Source§fn from(native: NativeType) -> Radiance
fn from(native: NativeType) -> Radiance
Converts to this type from the input type.
Source§impl Into<f64> for Radiance
impl Into<f64> for Radiance
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<AreaSolidAngle> for Radiance
impl Mul<AreaSolidAngle> for Radiance
Source§impl Mul<Radiance> for AreaSolidAngle
impl Mul<Radiance> for AreaSolidAngle
Source§impl PartialOrd for Radiance
impl PartialOrd for Radiance
Source§impl SubAssign for Radiance
impl SubAssign for Radiance
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Radiance
Auto Trait Implementations§
impl Freeze for Radiance
impl RefUnwindSafe for Radiance
impl Send for Radiance
impl Sync for Radiance
impl Unpin for Radiance
impl UnwindSafe for Radiance
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