Struct panda_sys::BlockdevOptionsCurlBase [−][src]
#[repr(C)]pub struct BlockdevOptionsCurlBase {}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,
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_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsCurlBaseimpl !Send for BlockdevOptionsCurlBaseimpl !Sync for BlockdevOptionsCurlBaseimpl Unpin for BlockdevOptionsCurlBaseimpl UnwindSafe for BlockdevOptionsCurlBaseBlanket Implementations
Mutably borrows from an owned value. Read more