#[repr(C, packed(4))]pub struct HTML_URLChanged_t {
pub unBrowserHandle: HHTMLBrowser,
pub pchURL: *const c_char,
pub pchPostData: *const c_char,
pub bIsRedirect: bool,
pub pchPageTitle: *const c_char,
pub bNewNavigation: bool,
}Fields§
§unBrowserHandle: HHTMLBrowser§pchURL: *const c_char§pchPostData: *const c_char§bIsRedirect: bool§pchPageTitle: *const c_charTrait Implementations§
Source§impl Clone for HTML_URLChanged_t
impl Clone for HTML_URLChanged_t
Source§fn clone(&self) -> HTML_URLChanged_t
fn clone(&self) -> HTML_URLChanged_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HTML_URLChanged_t
impl Debug for HTML_URLChanged_t
impl Copy for HTML_URLChanged_t
Auto Trait Implementations§
impl Freeze for HTML_URLChanged_t
impl RefUnwindSafe for HTML_URLChanged_t
impl !Send for HTML_URLChanged_t
impl !Sync for HTML_URLChanged_t
impl Unpin for HTML_URLChanged_t
impl UnwindSafe for HTML_URLChanged_t
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