Struct windows_sys::Win32::Networking::BackgroundIntelligentTransferService::BG_BASIC_CREDENTIALS
[−]Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
UserName: PWSTR
Password: PWSTR
Trait Implementations
impl Clone for BG_BASIC_CREDENTIALS
impl Clone for BG_BASIC_CREDENTIALS
impl Copy for BG_BASIC_CREDENTIALS
Auto Trait Implementations
impl RefUnwindSafe for BG_BASIC_CREDENTIALS
impl !Send for BG_BASIC_CREDENTIALS
impl !Sync for BG_BASIC_CREDENTIALS
impl Unpin for BG_BASIC_CREDENTIALS
impl UnwindSafe for BG_BASIC_CREDENTIALS
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