Struct vc6_sys::IHttpSecurity
source · #[repr(C)]pub struct IHttpSecurity {
pub lpVtbl: *mut IHttpSecurityVtbl,
}
Fields§
§lpVtbl: *mut IHttpSecurityVtbl
Trait Implementations§
source§impl Clone for IHttpSecurity
impl Clone for IHttpSecurity
source§fn clone(&self) -> IHttpSecurity
fn clone(&self) -> IHttpSecurity
Returns a copy 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 IHttpSecurity
impl Debug for IHttpSecurity
impl Copy for IHttpSecurity
Auto Trait Implementations§
impl RefUnwindSafe for IHttpSecurity
impl !Send for IHttpSecurity
impl !Sync for IHttpSecurity
impl Unpin for IHttpSecurity
impl UnwindSafe for IHttpSecurity
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