[][src]Struct hf2::chksumpages::ChksumPagesResponse

pub struct ChksumPagesResponse {
    pub chksums: Vec<u16>,
}

Maximum value for num_pages is max_message_size / 2 - 2. The checksum algorithm used is CRC-16-CCITT.

Fields

chksums: Vec<u16>

Trait Implementations

impl<'a> Commander<'a, ChksumPagesResponse> for ChksumPages[src]

impl PartialEq<ChksumPagesResponse> for ChksumPagesResponse[src]

impl Debug for ChksumPagesResponse[src]

impl StructuralPartialEq for ChksumPagesResponse[src]

impl<'a> TryFromCtx<'a, Endian, [u8]> for ChksumPagesResponse[src]

type Error = Error

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]