Struct windows::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,
}
Fields§
§cbSize: u32
§pwcsUrl: PWSTR
§pwcsTitle: PWSTR
§ftLastVisited: FILETIME
§ftLastUpdated: FILETIME
§ftExpires: FILETIME
§dwFlags: u32
Trait Implementations§
impl Copy for STATURL
impl Eq for STATURL
impl StructuralPartialEq for STATURL
Auto Trait Implementations§
impl Freeze for STATURL
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)