Struct real
pub struct real;Trait Implementations§
§impl SpecEuclideanOrRealDiv for real
impl SpecEuclideanOrRealDiv for real
type Output = real
fn spec_euclidean_or_real_div( self, _rhs: real, ) -> <real as SpecEuclideanOrRealDiv>::Output
impl Copy for real
Auto Trait Implementations§
impl Freeze for real
impl RefUnwindSafe for real
impl Send for real
impl Sync for real
impl Unpin for real
impl UnwindSafe for real
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