Struct windows_sys::Win32::Networking::HttpServer::HTTP_BYTE_RANGE
[−]Expand description
Required features: "Win32_Networking_HttpServer"
Fields
StartingOffset: u64
Length: u64
Trait Implementations
impl Clone for HTTP_BYTE_RANGE
impl Clone for HTTP_BYTE_RANGE
impl Copy for HTTP_BYTE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for HTTP_BYTE_RANGE
impl Send for HTTP_BYTE_RANGE
impl Sync for HTTP_BYTE_RANGE
impl Unpin for HTTP_BYTE_RANGE
impl UnwindSafe for HTTP_BYTE_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