Struct windows_sys::Win32::Networking::WinInet::INTERNET_PREFETCH_STATUS
[−]Expand description
Required features: ‘Win32_Networking_WinInet’
Fields
dwStatus: u32
dwSize: u32
Trait Implementations
impl Clone for INTERNET_PREFETCH_STATUS
impl Clone for INTERNET_PREFETCH_STATUS
impl Copy for INTERNET_PREFETCH_STATUS
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_PREFETCH_STATUS
impl Send for INTERNET_PREFETCH_STATUS
impl Sync for INTERNET_PREFETCH_STATUS
impl Unpin for INTERNET_PREFETCH_STATUS
impl UnwindSafe for INTERNET_PREFETCH_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more