Struct gluster_xdr::gfs3_rchecksum_rsp [] [src]

pub struct gfs3_rchecksum_rsp {
    pub op_ret: i32,
    pub op_errno: i32,
    pub weak_checksum: u32,
    pub strong_checksum: Vec<u8>,
    pub xdata: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for gfs3_rchecksum_rsp
[src]

Formats the value using the given formatter.

impl Eq for gfs3_rchecksum_rsp
[src]

impl PartialEq for gfs3_rchecksum_rsp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for gfs3_rchecksum_rsp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Out: Write> Pack<Out> for gfs3_rchecksum_rsp
[src]

impl<In: Read> Unpack<In> for gfs3_rchecksum_rsp
[src]