Struct 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§
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