Struct windows_sys::Win32::System::Com::COAUTHIDENTITY
#[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: u32
Trait Implementations§
§impl Clone for COAUTHIDENTITY
impl Clone for COAUTHIDENTITY
impl Copy for COAUTHIDENTITY
Auto Trait Implementations§
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