Struct windows_sys::Win32::System::Diagnostics::Debug::READCONTROLSPACE64
[−]#[repr(C)]pub struct READCONTROLSPACE64 {
pub Processor: u16,
pub Address: u64,
pub BufLen: u32,
pub Buf: [u8; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Processor: u16
Address: u64
BufLen: u32
Buf: [u8; 1]
Trait Implementations
impl Clone for READCONTROLSPACE64
impl Clone for READCONTROLSPACE64
impl Copy for READCONTROLSPACE64
Auto Trait Implementations
impl RefUnwindSafe for READCONTROLSPACE64
impl Send for READCONTROLSPACE64
impl Sync for READCONTROLSPACE64
impl Unpin for READCONTROLSPACE64
impl UnwindSafe for READCONTROLSPACE64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more