Struct windows_sys::Win32::Networking::WinInet::INTERNET_PREFETCH_STATUS
#[repr(C)]pub struct INTERNET_PREFETCH_STATUS {
pub dwStatus: u32,
pub dwSize: u32,
}
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§
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