pub struct TypeFp32 { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeFp32
impl RefUnwindSafe for TypeFp32
impl Send for TypeFp32
impl Sync for TypeFp32
impl Unpin for TypeFp32
impl UnwindSafe for TypeFp32
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