Struct panda_sys::BlockdevOptionsCurlFtps [−][src]
#[repr(C)]pub struct BlockdevOptionsCurlFtps {}Show fields
pub url: *mut c_char, pub has_readahead: bool, pub readahead: i64, pub has_timeout: bool, pub timeout: i64, pub has_username: bool, pub username: *mut c_char, pub has_password_secret: bool, pub password_secret: *mut c_char, pub has_proxy_username: bool, pub proxy_username: *mut c_char, pub has_proxy_password_secret: bool, pub proxy_password_secret: *mut c_char, pub has_sslverify: bool, pub sslverify: bool,
Fields
url: *mut c_charhas_readahead: boolreadahead: i64has_timeout: booltimeout: i64has_username: boolusername: *mut c_charhas_password_secret: boolpassword_secret: *mut c_charhas_proxy_username: boolproxy_username: *mut c_charhas_proxy_password_secret: boolproxy_password_secret: *mut c_charhas_sslverify: boolsslverify: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsCurlFtpsimpl !Send for BlockdevOptionsCurlFtpsimpl !Sync for BlockdevOptionsCurlFtpsimpl Unpin for BlockdevOptionsCurlFtpsimpl UnwindSafe for BlockdevOptionsCurlFtpsBlanket Implementations
Mutably borrows from an owned value. Read more