Struct panda_sys::BlockdevOptionsNfs [−][src]
#[repr(C)]pub struct BlockdevOptionsNfs {}Show fields
pub server: *mut NFSServer, pub path: *mut c_char, pub has_user: bool, pub user: i64, pub has_group: bool, pub group: i64, pub has_tcp_syn_count: bool, pub tcp_syn_count: i64, pub has_readahead_size: bool, pub readahead_size: i64, pub has_page_cache_size: bool, pub page_cache_size: i64, pub has_debug: bool, pub debug: i64,
Fields
server: *mut NFSServerpath: *mut c_charhas_user: booluser: i64has_group: boolgroup: i64has_tcp_syn_count: booltcp_syn_count: i64has_readahead_size: boolreadahead_size: i64has_page_cache_size: boolpage_cache_size: i64has_debug: booldebug: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsNfsimpl !Send for BlockdevOptionsNfsimpl !Sync for BlockdevOptionsNfsimpl Unpin for BlockdevOptionsNfsimpl UnwindSafe for BlockdevOptionsNfsBlanket Implementations
Mutably borrows from an owned value. Read more