pub struct TypeBConversion;Expand description
Type B photometric coordinate conversion utilities
Implementations§
Auto Trait Implementations§
impl Freeze for TypeBConversion
impl RefUnwindSafe for TypeBConversion
impl Send for TypeBConversion
impl Sync for TypeBConversion
impl Unpin for TypeBConversion
impl UnsafeUnpin for TypeBConversion
impl UnwindSafe for TypeBConversion
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