Struct windows_sys::Wdk::System::SystemServices::ARBITER_CONFLICT_INFO
#[repr(C)]pub struct ARBITER_CONFLICT_INFO {
pub OwningObject: *mut DEVICE_OBJECT,
pub Start: u64,
pub End: u64,
}
Expand description
Required features: "Wdk_Foundation"
, "Wdk_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§OwningObject: *mut DEVICE_OBJECT
§Start: u64
§End: u64
Trait Implementations§
§impl Clone for ARBITER_CONFLICT_INFO
impl Clone for ARBITER_CONFLICT_INFO
impl Copy for ARBITER_CONFLICT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for ARBITER_CONFLICT_INFO
impl !Send for ARBITER_CONFLICT_INFO
impl !Sync for ARBITER_CONFLICT_INFO
impl Unpin for ARBITER_CONFLICT_INFO
impl UnwindSafe for ARBITER_CONFLICT_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