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