pub struct NakFrame {
pub block: u32,
pub mask: u32,
}Expand description
Selective NAK: which shards of which block are still missing.
Fields§
§block: u32§mask: u32Trait Implementations§
impl Copy for NakFrame
impl Eq for NakFrame
impl StructuralPartialEq for NakFrame
Auto Trait Implementations§
impl Freeze for NakFrame
impl RefUnwindSafe for NakFrame
impl Send for NakFrame
impl Sync for NakFrame
impl Unpin for NakFrame
impl UnsafeUnpin for NakFrame
impl UnwindSafe for NakFrame
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