Union windows_sys::Win32::Networking::BackgroundIntelligentTransferService::BG_AUTH_CREDENTIALS_UNION
[−]#[repr(C)]
pub union BG_AUTH_CREDENTIALS_UNION {
pub Basic: BG_BASIC_CREDENTIALS,
}
Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
Basic: BG_BASIC_CREDENTIALS
Trait Implementations
impl Clone for BG_AUTH_CREDENTIALS_UNION
impl Clone for BG_AUTH_CREDENTIALS_UNION
impl Copy for BG_AUTH_CREDENTIALS_UNION
Auto Trait Implementations
impl RefUnwindSafe for BG_AUTH_CREDENTIALS_UNION
impl !Send for BG_AUTH_CREDENTIALS_UNION
impl !Sync for BG_AUTH_CREDENTIALS_UNION
impl Unpin for BG_AUTH_CREDENTIALS_UNION
impl UnwindSafe for BG_AUTH_CREDENTIALS_UNION
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