#[repr(C)]pub struct BG_AUTH_CREDENTIALS {
pub Target: BG_AUTH_TARGET,
pub Scheme: BG_AUTH_SCHEME,
pub Credentials: BG_AUTH_CREDENTIALS_UNION,
}
Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
Target: BG_AUTH_TARGET
Scheme: BG_AUTH_SCHEME
Credentials: BG_AUTH_CREDENTIALS_UNION
Trait Implementations
impl Clone for BG_AUTH_CREDENTIALS
impl Clone for BG_AUTH_CREDENTIALS
impl Copy for BG_AUTH_CREDENTIALS
Auto Trait Implementations
impl RefUnwindSafe for BG_AUTH_CREDENTIALS
impl !Send for BG_AUTH_CREDENTIALS
impl !Sync for BG_AUTH_CREDENTIALS
impl Unpin for BG_AUTH_CREDENTIALS
impl UnwindSafe for BG_AUTH_CREDENTIALS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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