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