#[repr(C)]pub struct COAUTHIDENTITY {
pub User: *mut u16,
pub UserLength: u32,
pub Domain: *mut u16,
pub DomainLength: u32,
pub Password: *mut u16,
pub PasswordLength: u32,
pub Flags: u32,
}Fields§
§User: *mut u16§UserLength: u32§Domain: *mut u16§DomainLength: u32§Password: *mut u16§PasswordLength: u32§Flags: u32Trait Implementations§
Source§impl Abi for COAUTHIDENTITY
impl Abi for COAUTHIDENTITY
Source§type Abi = COAUTHIDENTITY
type Abi = COAUTHIDENTITY
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COAUTHIDENTITY
impl Clone for COAUTHIDENTITY
Source§fn clone(&self) -> COAUTHIDENTITY
fn clone(&self) -> COAUTHIDENTITY
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 COAUTHIDENTITY
impl Debug for COAUTHIDENTITY
Source§impl Default for COAUTHIDENTITY
impl Default for COAUTHIDENTITY
Source§impl PartialEq for COAUTHIDENTITY
impl PartialEq for COAUTHIDENTITY
impl Copy for COAUTHIDENTITY
impl Eq for COAUTHIDENTITY
Auto Trait Implementations§
impl Freeze for COAUTHIDENTITY
impl RefUnwindSafe for COAUTHIDENTITY
impl !Send for COAUTHIDENTITY
impl !Sync for COAUTHIDENTITY
impl Unpin for COAUTHIDENTITY
impl UnwindSafe for COAUTHIDENTITY
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