Struct curl_http_client::http_client::BytesOffset
source · pub struct BytesOffset(/* private fields */);
Expand description
A strong type unit when offsetting especially in resuming download or upload.
Methods from Deref<Target = usize>§
pub const MIN: usize = 0usize
pub const MAX: usize = 18_446_744_073_709_551_615usize
pub const BITS: u32 = 64u32
Trait Implementations§
source§impl Deref for BytesOffset
impl Deref for BytesOffset
source§impl DerefMut for BytesOffset
impl DerefMut for BytesOffset
Auto Trait Implementations§
impl RefUnwindSafe for BytesOffset
impl Send for BytesOffset
impl Sync for BytesOffset
impl Unpin for BytesOffset
impl UnwindSafe for BytesOffset
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