Struct windows_sys::Win32::System::Diagnostics::Debug::M128A
[−]Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
Low: u64
High: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for M128A
impl Send for M128A
impl Sync for M128A
impl Unpin for M128A
impl UnwindSafe for M128A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more