#[repr(C)]pub struct BlockdevOptionsCurlFtps {Show 15 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_char§has_readahead: bool§readahead: i64§has_timeout: bool§timeout: i64§has_username: bool§username: *mut c_char§has_password_secret: bool§password_secret: *mut c_char§has_proxy_username: bool§proxy_username: *mut c_char§has_proxy_password_secret: bool§proxy_password_secret: *mut c_char§has_sslverify: bool§sslverify: boolTrait Implementations§
Source§impl Clone for BlockdevOptionsCurlFtps
impl Clone for BlockdevOptionsCurlFtps
Source§fn clone(&self) -> BlockdevOptionsCurlFtps
fn clone(&self) -> BlockdevOptionsCurlFtps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockdevOptionsCurlFtps
impl Debug for BlockdevOptionsCurlFtps
impl Copy for BlockdevOptionsCurlFtps
Auto Trait Implementations§
impl Freeze for BlockdevOptionsCurlFtps
impl RefUnwindSafe for BlockdevOptionsCurlFtps
impl !Send for BlockdevOptionsCurlFtps
impl !Sync for BlockdevOptionsCurlFtps
impl Unpin for BlockdevOptionsCurlFtps
impl UnwindSafe for BlockdevOptionsCurlFtps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more