Union windows_sys::Wdk::Foundation::ERESOURCE_1
#[repr(C)]
pub union ERESOURCE_1 {
pub Address: *mut c_void,
pub CreatorBackTraceIndex: usize,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§Address: *mut c_void
§CreatorBackTraceIndex: usize
Trait Implementations§
§impl Clone for ERESOURCE_1
impl Clone for ERESOURCE_1
impl Copy for ERESOURCE_1
Auto Trait Implementations§
impl RefUnwindSafe for ERESOURCE_1
impl !Send for ERESOURCE_1
impl !Sync for ERESOURCE_1
impl Unpin for ERESOURCE_1
impl UnwindSafe for ERESOURCE_1
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