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