Struct smbclient_sys::_smbc_options [] [src]

pub struct _smbc_options {
    pub browse_max_lmb_count: c_int,
    pub urlencode_readdir_entries: c_int,
    pub one_share_per_server: c_int,
}

Fields

browse_max_lmb_count
urlencode_readdir_entries
one_share_per_server

Trait Implementations

impl Clone for _smbc_options

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for _smbc_options

fn default() -> Self

Derived Implementations

impl Copy for _smbc_options