pub struct IClientSecurity(/* private fields */);Implementations§
Source§impl IClientSecurity
impl IClientSecurity
pub unsafe fn QueryBlanket<'a, T0__: IntoParam<'a, IUnknown>>( &self, pproxy: T0__, pauthnsvc: *mut u32, pauthzsvc: *mut u32, pserverprincname: *mut *mut u16, pauthnlevel: *mut u32, pimplevel: *mut u32, pauthinfo: *mut *mut c_void, pcapabilites: *mut u32, ) -> ErrorCode
pub unsafe fn SetBlanket<'a, T0__: IntoParam<'a, IUnknown>, T3__: IntoParam<'a, PWSTR>>( &self, pproxy: T0__, dwauthnsvc: u32, dwauthzsvc: u32, pserverprincname: T3__, dwauthnlevel: u32, dwimplevel: u32, pauthinfo: *mut c_void, dwcapabilities: u32, ) -> ErrorCode
pub unsafe fn CopyProxy<'a, T0__: IntoParam<'a, IUnknown>>( &self, pproxy: T0__, ppcopy: *mut Option<IUnknown>, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IClientSecurity
impl Clone for IClientSecurity
Source§fn clone(&self) -> IClientSecurity
fn clone(&self) -> IClientSecurity
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 IClientSecurity
impl Debug for IClientSecurity
Source§impl From<&IClientSecurity> for IUnknown
impl From<&IClientSecurity> for IUnknown
Source§fn from(value: &IClientSecurity) -> Self
fn from(value: &IClientSecurity) -> Self
Converts to this type from the input type.
Source§impl From<IClientSecurity> for IUnknown
impl From<IClientSecurity> for IUnknown
Source§fn from(value: IClientSecurity) -> Self
fn from(value: IClientSecurity) -> Self
Converts to this type from the input type.
Source§impl Interface for IClientSecurity
impl Interface for IClientSecurity
const IID: Guid
type Vtable = IClientSecurity_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IClientSecurity
impl<'a> IntoParam<'a, IUnknown> for &'a IClientSecurity
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IClientSecurity
impl<'a> IntoParam<'a, IUnknown> for IClientSecurity
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IClientSecurity
impl PartialEq for IClientSecurity
impl Eq for IClientSecurity
impl StructuralPartialEq for IClientSecurity
Auto Trait Implementations§
impl Freeze for IClientSecurity
impl RefUnwindSafe for IClientSecurity
impl !Send for IClientSecurity
impl !Sync for IClientSecurity
impl Unpin for IClientSecurity
impl UnwindSafe for IClientSecurity
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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