#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IHttpSecurity
Auto Trait Implementations§
impl !Send for IHttpSecurity
impl !Sync for IHttpSecurity
impl Freeze for IHttpSecurity
impl RefUnwindSafe for IHttpSecurity
impl Unpin for IHttpSecurity
impl UnsafeUnpin 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