#[repr(C)]
pub struct nfs_args {Show 22 fields
pub version: c_int,
pub addr: *mut sockaddr,
pub addrlen: c_int,
pub sotype: c_int,
pub proto: c_int,
pub fh: *mut c_uchar,
pub fhsize: c_int,
pub flags: c_int,
pub wsize: c_int,
pub rsize: c_int,
pub readdirsize: c_int,
pub timeo: c_int,
pub retrans: c_int,
pub maxgrouplist: c_int,
pub readahead: c_int,
pub leaseterm: c_int,
pub deadthresh: c_int,
pub hostname: *mut c_char,
pub acregmin: c_int,
pub acregmax: c_int,
pub acdirmin: c_int,
pub acdirmax: c_int,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Feeds this value into the given [
Hasher
].
Read more
Feeds a slice of this type into the given [
Hasher
].
Read more
This method tests for self
and other
values to be equal, and is used
by ==
.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.