Struct winapi::urlhist::STATURL [] [src]

#[repr(C)]
pub struct STATURL { pub cbSize: DWORD, pub pwcsUrl: LPWSTR, pub pwcsTitle: LPWSTR, pub ftLastVisited: FILETIME, pub ftLastUpdated: FILETIME, pub ftExpires: FILETIME, pub dwFlags: DWORD, }

Fields

Trait Implementations

impl Debug for STATURL
[src]

Formats the value using the given formatter.

impl Copy for STATURL
[src]

impl Clone for STATURL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more