#[repr(C)]pub struct _mbDownloadOptions {
pub magic: c_int,
pub saveAsPathAndName: BOOL,
}Fields§
§magic: c_int§saveAsPathAndName: BOOLTrait Implementations§
Source§impl Clone for _mbDownloadOptions
impl Clone for _mbDownloadOptions
Source§fn clone(&self) -> _mbDownloadOptions
fn clone(&self) -> _mbDownloadOptions
Returns a copy 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 _mbDownloadOptions
impl Debug for _mbDownloadOptions
impl Copy for _mbDownloadOptions
Auto Trait Implementations§
impl Freeze for _mbDownloadOptions
impl RefUnwindSafe for _mbDownloadOptions
impl Send for _mbDownloadOptions
impl Sync for _mbDownloadOptions
impl Unpin for _mbDownloadOptions
impl UnwindSafe for _mbDownloadOptions
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