pub struct FloatCategory {}Trait Implementations§
Source§impl<T: FloatDType> NormOpCategory<T, FloatCategory> for T
impl<T: FloatDType> NormOpCategory<T, FloatCategory> for T
impl NumCategory for FloatCategory
Auto Trait Implementations§
impl Freeze for FloatCategory
impl RefUnwindSafe for FloatCategory
impl Send for FloatCategory
impl Sync for FloatCategory
impl Unpin for FloatCategory
impl UnwindSafe for FloatCategory
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