Struct gluster_xdr::nlm4_freeallargs [] [src]

pub struct nlm4_freeallargs {
    pub name: String,
    pub state: uint32_t,
}

Fields

Trait Implementations

impl Debug for nlm4_freeallargs
[src]

Formats the value using the given formatter.

impl Eq for nlm4_freeallargs
[src]

impl PartialEq for nlm4_freeallargs
[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 nlm4_freeallargs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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