pub struct float32(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
Source§impl Peek for float32
impl Peek for float32
impl Copy for float32
Auto Trait Implementations§
impl Freeze for float32
impl RefUnwindSafe for float32
impl Send for float32
impl Sync for float32
impl Unpin for float32
impl UnsafeUnpin for float32
impl UnwindSafe for float32
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