Struct windows_sys::Win32::System::Diagnostics::Debug::PHYSICAL_WITH_FLAGS
[−]#[repr(C)]pub struct PHYSICAL_WITH_FLAGS {
pub Address: u64,
pub BufLen: u32,
pub Flags: u32,
pub Buf: [u8; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Address: u64
BufLen: u32
Flags: u32
Buf: [u8; 1]
Trait Implementations
impl Clone for PHYSICAL_WITH_FLAGS
impl Clone for PHYSICAL_WITH_FLAGS
impl Copy for PHYSICAL_WITH_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for PHYSICAL_WITH_FLAGS
impl Send for PHYSICAL_WITH_FLAGS
impl Sync for PHYSICAL_WITH_FLAGS
impl Unpin for PHYSICAL_WITH_FLAGS
impl UnwindSafe for PHYSICAL_WITH_FLAGS
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