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

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

cbSize: DWORD pwcsUrl: LPWSTR pwcsTitle: LPWSTR ftLastVisited: FILETIME ftLastUpdated: FILETIME ftExpires: FILETIME dwFlags: DWORD

Trait Implementations

impl Debug for STATURL
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for STATURL
[src]

impl Clone for STATURL
[src]

fn clone(&self) -> STATURL

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more