pub enum SpecialType {
HalfFloat,
BrainFloat,
F128,
}Variants§
Trait Implementations§
Source§impl Debug for SpecialType
impl Debug for SpecialType
Auto Trait Implementations§
impl Freeze for SpecialType
impl RefUnwindSafe for SpecialType
impl Send for SpecialType
impl Sync for SpecialType
impl Unpin for SpecialType
impl UnwindSafe for SpecialType
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