Struct compiler_builtins::macros::win64_128bit_abi_hack::U64x2
source · #[repr(simd)]pub struct U64x2(u64, u64);
Tuple Fields§
§0: u64
§1: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for U64x2
impl Send for U64x2
impl Sync for U64x2
impl Unpin for U64x2
impl UnwindSafe for U64x2
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