Struct vc6_sys::IServerSecurity
source · #[repr(C)]pub struct IServerSecurity { /* private fields */ }
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
impl Copy for IServerSecurity
Auto Trait Implementations§
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