Struct windows_sys::Wdk::Storage::FileSystem::TUNNEL
#[repr(C)]pub struct TUNNEL {
pub Mutex: FAST_MUTEX,
pub Cache: *mut RTL_SPLAY_LINKS,
pub TimerQueue: LIST_ENTRY,
pub NumEntries: u16,
}
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Mutex: FAST_MUTEX
§Cache: *mut RTL_SPLAY_LINKS
§TimerQueue: LIST_ENTRY
§NumEntries: u16
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TUNNEL
impl !Send for TUNNEL
impl !Sync for TUNNEL
impl Unpin for TUNNEL
impl UnwindSafe for TUNNEL
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