Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
RemoteName: PWSTR
LocalName: PWSTR
Trait Implementations
impl Clone for BG_FILE_INFO
impl Clone for BG_FILE_INFO
impl Copy for BG_FILE_INFO
Auto Trait Implementations
impl RefUnwindSafe for BG_FILE_INFO
impl !Send for BG_FILE_INFO
impl !Sync for BG_FILE_INFO
impl Unpin for BG_FILE_INFO
impl UnwindSafe for BG_FILE_INFO
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