Struct windows_sys::Win32::Networking::HttpServer::HTTP_BYTE_RANGE
#[repr(C)]pub struct HTTP_BYTE_RANGE {
pub StartingOffset: u64,
pub Length: u64,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more