Struct windows_sys::Win32::Web::MsHtml::IELAUNCHURLINFO
[−]#[repr(C)]pub struct IELAUNCHURLINFO {
pub cbSize: u32,
pub dwCreationFlags: u32,
pub dwLaunchOptionFlags: u32,
}
Expand description
Required features: "Win32_Web_MsHtml"
Fields
cbSize: u32
dwCreationFlags: u32
dwLaunchOptionFlags: u32
Trait Implementations
impl Clone for IELAUNCHURLINFO
impl Clone for IELAUNCHURLINFO
impl Copy for IELAUNCHURLINFO
Auto Trait Implementations
impl RefUnwindSafe for IELAUNCHURLINFO
impl Send for IELAUNCHURLINFO
impl Sync for IELAUNCHURLINFO
impl Unpin for IELAUNCHURLINFO
impl UnwindSafe for IELAUNCHURLINFO
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