pub struct OutRecord {
pub face_id: u32,
pub last_nonce: u32,
pub sent_at: u64,
}Expand description
Record of an outgoing Interest (producer-facing side of the PIT entry).
Fields§
§face_id: u32§last_nonce: u32§sent_at: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutRecord
impl RefUnwindSafe for OutRecord
impl Send for OutRecord
impl Sync for OutRecord
impl Unpin for OutRecord
impl UnwindSafe for OutRecord
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