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