Struct windows_sys::Win32::System::Diagnostics::Debug::RIP_INFO
#[repr(C)]pub struct RIP_INFO {
pub dwError: u32,
pub dwType: RIP_INFO_TYPE,
}
Fields§
§dwError: u32
§dwType: RIP_INFO_TYPE
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RIP_INFO
impl RefUnwindSafe for RIP_INFO
impl Send for RIP_INFO
impl Sync for RIP_INFO
impl Unpin for RIP_INFO
impl UnwindSafe for RIP_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)