pub struct Radiant(pub f32);Tuple Fields§
§0: f32Trait Implementations§
impl Copy for Radiant
Auto Trait Implementations§
impl Freeze for Radiant
impl RefUnwindSafe for Radiant
impl Send for Radiant
impl Sync for Radiant
impl Unpin for Radiant
impl UnwindSafe for Radiant
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