pub struct DWordMut<'a> { /* private fields */ }Expand description
Mutable accessor for a double word.
This type dereferences to an &mut u32 which can be used to write the value of a double word
in the process image.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DWordMut<'a>
impl<'a> RefUnwindSafe for DWordMut<'a>
impl<'a> Send for DWordMut<'a>
impl<'a> Sync for DWordMut<'a>
impl<'a> Unpin for DWordMut<'a>
impl<'a> !UnwindSafe for DWordMut<'a>
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