Struct rust_rcs_core::internet::headers::byte_range::ByteRange
source · pub struct ByteRange {
pub from: usize,
pub to: Option<usize>,
pub total: usize,
}
Fields§
§from: usize
§to: Option<usize>
§total: usize
Auto Trait Implementations§
impl RefUnwindSafe for ByteRange
impl Send for ByteRange
impl Sync for ByteRange
impl Unpin for ByteRange
impl UnwindSafe for ByteRange
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