Struct windows_sys::Win32::System::Com::AUTHENTICATEINFO
[−]Expand description
Required features: "Win32_System_Com"
Fields
dwFlags: u32
dwReserved: u32
Trait Implementations
impl Clone for AUTHENTICATEINFO
impl Clone for AUTHENTICATEINFO
impl Copy for AUTHENTICATEINFO
Auto Trait Implementations
impl RefUnwindSafe for AUTHENTICATEINFO
impl Send for AUTHENTICATEINFO
impl Sync for AUTHENTICATEINFO
impl Unpin for AUTHENTICATEINFO
impl UnwindSafe for AUTHENTICATEINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more