#[repr(transparent)]pub struct WIN32_ERROR(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for WIN32_ERROR
impl Clone for WIN32_ERROR
Source§fn clone(&self) -> WIN32_ERROR
fn clone(&self) -> WIN32_ERROR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WIN32_ERROR
impl Debug for WIN32_ERROR
Source§impl Default for WIN32_ERROR
impl Default for WIN32_ERROR
Source§fn default() -> WIN32_ERROR
fn default() -> WIN32_ERROR
Returns the “default value” for a type. Read more
Source§impl From<WIN32_ERROR> for Win32Error
impl From<WIN32_ERROR> for Win32Error
Source§fn from(value: WIN32_ERROR) -> Self
fn from(value: WIN32_ERROR) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WIN32_ERROR
impl PartialEq for WIN32_ERROR
Source§fn eq(&self, other: &WIN32_ERROR) -> bool
fn eq(&self, other: &WIN32_ERROR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WIN32_ERROR
impl Eq for WIN32_ERROR
impl StructuralPartialEq for WIN32_ERROR
Auto Trait Implementations§
impl Freeze for WIN32_ERROR
impl RefUnwindSafe for WIN32_ERROR
impl Send for WIN32_ERROR
impl Sync for WIN32_ERROR
impl Unpin for WIN32_ERROR
impl UnsafeUnpin for WIN32_ERROR
impl UnwindSafe for WIN32_ERROR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.