pub struct ErrorDetectionSeed {
pub sequence: u32,
pub checksum: u32,
}
Fields§
§sequence: u32
§checksum: u32
Implementations§
Trait Implementations§
Source§impl From<Bytes> for ErrorDetectionSeed
impl From<Bytes> for ErrorDetectionSeed
Auto Trait Implementations§
impl Freeze for ErrorDetectionSeed
impl RefUnwindSafe for ErrorDetectionSeed
impl Send for ErrorDetectionSeed
impl Sync for ErrorDetectionSeed
impl Unpin for ErrorDetectionSeed
impl UnwindSafe for ErrorDetectionSeed
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