Struct windows_sys::Wdk::Storage::FileSystem::IO_DEVICE_HINT_ECP_CONTEXT
#[repr(C)]pub struct IO_DEVICE_HINT_ECP_CONTEXT {
pub TargetDevice: *mut DEVICE_OBJECT,
pub RemainingName: UNICODE_STRING,
}
Expand description
Required features: "Wdk_Foundation"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§TargetDevice: *mut DEVICE_OBJECT
§RemainingName: UNICODE_STRING
Trait Implementations§
§impl Clone for IO_DEVICE_HINT_ECP_CONTEXT
impl Clone for IO_DEVICE_HINT_ECP_CONTEXT
impl Copy for IO_DEVICE_HINT_ECP_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for IO_DEVICE_HINT_ECP_CONTEXT
impl !Send for IO_DEVICE_HINT_ECP_CONTEXT
impl !Sync for IO_DEVICE_HINT_ECP_CONTEXT
impl Unpin for IO_DEVICE_HINT_ECP_CONTEXT
impl UnwindSafe for IO_DEVICE_HINT_ECP_CONTEXT
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