Struct windows_sys::Win32::Web::InternetExplorer::STATURL
#[repr(C)]pub struct STATURL {
pub cbSize: u32,
pub pwcsUrl: PWSTR,
pub pwcsTitle: PWSTR,
pub ftLastVisited: FILETIME,
pub ftLastUpdated: FILETIME,
pub ftExpires: FILETIME,
pub dwFlags: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§pwcsUrl: PWSTR§pwcsTitle: PWSTR§ftLastVisited: FILETIME§ftLastUpdated: FILETIME§ftExpires: FILETIME§dwFlags: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for STATURL
impl !Send for STATURL
impl !Sync for STATURL
impl Unpin for STATURL
impl UnwindSafe for STATURL
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