pub struct V4x2(pub V4);
Available on crate feature
fft128
only.Tuple Fields§
§0: V4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V4x2
impl RefUnwindSafe for V4x2
impl Send for V4x2
impl Sync for V4x2
impl Unpin for V4x2
impl UnwindSafe for V4x2
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