Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
InitialOffset: u64
Length: u64
Trait Implementations
impl Clone for BG_FILE_RANGE
impl Clone for BG_FILE_RANGE
impl Copy for BG_FILE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for BG_FILE_RANGE
impl Send for BG_FILE_RANGE
impl Sync for BG_FILE_RANGE
impl Unpin for BG_FILE_RANGE
impl UnwindSafe for BG_FILE_RANGE
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