Struct miniblink_sys::wkeDownloadOpt
source · #[repr(transparent)]pub struct wkeDownloadOpt(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeDownloadOpt
impl _wkeDownloadOpt
pub const kWkeDownloadOptCancel: _wkeDownloadOpt = _
source§impl _wkeDownloadOpt
impl _wkeDownloadOpt
pub const kWkeDownloadOptCacheData: _wkeDownloadOpt = _
Trait Implementations§
source§impl Clone for _wkeDownloadOpt
impl Clone for _wkeDownloadOpt
source§fn clone(&self) -> _wkeDownloadOpt
fn clone(&self) -> _wkeDownloadOpt
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 _wkeDownloadOpt
impl Debug for _wkeDownloadOpt
source§impl Hash for _wkeDownloadOpt
impl Hash for _wkeDownloadOpt
source§impl PartialEq for _wkeDownloadOpt
impl PartialEq for _wkeDownloadOpt
source§fn eq(&self, other: &_wkeDownloadOpt) -> bool
fn eq(&self, other: &_wkeDownloadOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeDownloadOpt
impl Eq for _wkeDownloadOpt
impl StructuralPartialEq for _wkeDownloadOpt
Auto Trait Implementations§
impl Freeze for _wkeDownloadOpt
impl RefUnwindSafe for _wkeDownloadOpt
impl Send for _wkeDownloadOpt
impl Sync for _wkeDownloadOpt
impl Unpin for _wkeDownloadOpt
impl UnwindSafe for _wkeDownloadOpt
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