pub struct Want {
pub start: u64,
pub length: u64,
}
Expand description
Want message. Type 5.
Fields§
§start: u64
Start index
length: u64
Length
Trait Implementations§
Source§impl CompactEncoding<Want> for State
impl CompactEncoding<Want> for State
impl StructuralPartialEq for Want
Auto Trait Implementations§
impl Freeze for Want
impl RefUnwindSafe for Want
impl Send for Want
impl Sync for Want
impl Unpin for Want
impl UnwindSafe for Want
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