#[repr(C)]pub struct IServerSecurity {
pub lpVtbl: *mut IServerSecurityVtbl,
}
Fields§
§lpVtbl: *mut IServerSecurityVtbl
Trait Implementations§
Source§impl Clone for IServerSecurity
impl Clone for IServerSecurity
Source§fn clone(&self) -> IServerSecurity
fn clone(&self) -> IServerSecurity
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 IServerSecurity
impl Debug for IServerSecurity
Source§impl Ord for IServerSecurity
impl Ord for IServerSecurity
Source§fn cmp(&self, other: &IServerSecurity) -> Ordering
fn cmp(&self, other: &IServerSecurity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IServerSecurity
impl PartialEq for IServerSecurity
Source§impl PartialOrd for IServerSecurity
impl PartialOrd for IServerSecurity
impl Copy for IServerSecurity
impl Eq for IServerSecurity
impl StructuralPartialEq for IServerSecurity
Auto Trait Implementations§
impl Freeze for IServerSecurity
impl RefUnwindSafe for IServerSecurity
impl !Send for IServerSecurity
impl !Sync for IServerSecurity
impl Unpin for IServerSecurity
impl UnwindSafe for IServerSecurity
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