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 | |
| pwcsUrl | |
| pwcsTitle | |
| ftLastVisited | |
| ftLastUpdated | |
| ftExpires | |
| dwFlags | 
Trait Implementations
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