#[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_Web_MsHtml"
, "Win32_Foundation"
Fields
cbSize: u32
pwcsUrl: PWSTR
pwcsTitle: PWSTR
ftLastVisited: FILETIME
ftLastUpdated: FILETIME
ftExpires: FILETIME
dwFlags: u32
Trait 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
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