#[repr(C)]pub struct INTERNET_END_BROWSER_SESSION_DATA {
pub lpBuffer: *mut c_void,
pub dwBufferLength: u32,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
lpBuffer: *mut c_void
dwBufferLength: u32
Trait Implementations
impl Clone for INTERNET_END_BROWSER_SESSION_DATA
impl Clone for INTERNET_END_BROWSER_SESSION_DATA
impl Copy for INTERNET_END_BROWSER_SESSION_DATA
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_END_BROWSER_SESSION_DATA
impl !Send for INTERNET_END_BROWSER_SESSION_DATA
impl !Sync for INTERNET_END_BROWSER_SESSION_DATA
impl Unpin for INTERNET_END_BROWSER_SESSION_DATA
impl UnwindSafe for INTERNET_END_BROWSER_SESSION_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more