#[repr(C)]pub struct IHttpSecurity {
pub lpVtbl: *mut IHttpSecurityVtbl,
}Fields§
§lpVtbl: *mut IHttpSecurityVtblTrait Implementations§
Source§impl Clone for IHttpSecurity
impl Clone for IHttpSecurity
Source§fn clone(&self) -> IHttpSecurity
fn clone(&self) -> IHttpSecurity
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 IHttpSecurity
impl Debug for IHttpSecurity
impl Copy for IHttpSecurity
Auto Trait Implementations§
impl Freeze for IHttpSecurity
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