Struct windows_sys::Wdk::System::SystemServices::ARBITER_INTERFACE
#[repr(C)]pub struct ARBITER_INTERFACE {
pub Size: u16,
pub Version: u16,
pub Context: *mut c_void,
pub InterfaceReference: PINTERFACE_REFERENCE,
pub InterfaceDereference: PINTERFACE_DEREFERENCE,
pub ArbiterHandler: PARBITER_HANDLER,
pub Flags: u32,
}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§
§Size: u16§Version: u16§Context: *mut c_void§InterfaceReference: PINTERFACE_REFERENCE§InterfaceDereference: PINTERFACE_DEREFERENCE§ArbiterHandler: PARBITER_HANDLER§Flags: u32Trait Implementations§
§impl Clone for ARBITER_INTERFACE
impl Clone for ARBITER_INTERFACE
impl Copy for ARBITER_INTERFACE
Auto Trait Implementations§
impl RefUnwindSafe for ARBITER_INTERFACE
impl !Send for ARBITER_INTERFACE
impl !Sync for ARBITER_INTERFACE
impl Unpin for ARBITER_INTERFACE
impl UnwindSafe for ARBITER_INTERFACE
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