Struct windows_sys::Wdk::System::SystemServices::DEBUG_DEVICE_ADDRESS
#[repr(C)]pub struct DEBUG_DEVICE_ADDRESS {
pub Type: u8,
pub Valid: BOOLEAN,
pub Anonymous: DEBUG_DEVICE_ADDRESS_0,
pub TranslatedAddress: *mut u8,
pub Length: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Type: u8§Valid: BOOLEAN§Anonymous: DEBUG_DEVICE_ADDRESS_0§TranslatedAddress: *mut u8§Length: u32Trait Implementations§
§impl Clone for DEBUG_DEVICE_ADDRESS
impl Clone for DEBUG_DEVICE_ADDRESS
impl Copy for DEBUG_DEVICE_ADDRESS
Auto Trait Implementations§
impl RefUnwindSafe for DEBUG_DEVICE_ADDRESS
impl !Send for DEBUG_DEVICE_ADDRESS
impl !Sync for DEBUG_DEVICE_ADDRESS
impl Unpin for DEBUG_DEVICE_ADDRESS
impl UnwindSafe for DEBUG_DEVICE_ADDRESS
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