#[repr(C)]pub struct FILESETINFO {
pub bstrRemoteFile: BSTR,
pub bstrLocalFile: BSTR,
pub dwSizeHint: u32,
}
Expand description
Required features: ‘Win32_Networking_BackgroundIntelligentTransferService’, ‘Win32_Foundation’
Fields
bstrRemoteFile: BSTR
bstrLocalFile: BSTR
dwSizeHint: u32
Trait Implementations
impl Clone for FILESETINFO
impl Clone for FILESETINFO
impl Copy for FILESETINFO
Auto Trait Implementations
impl RefUnwindSafe for FILESETINFO
impl !Send for FILESETINFO
impl !Sync for FILESETINFO
impl Unpin for FILESETINFO
impl UnwindSafe for FILESETINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more