pub struct HandleType(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl HandleType
impl HandleType
pub const APPLICATION_HANDLE: HandleType
pub const DISPLAY_HANDLE: HandleType
pub const WINDOW_HANDLE: HandleType
pub const WINDOW_VIEW: HandleType
pub const OPENGL_CONTEXT: HandleType
Trait Implementations§
Source§impl Clone for HandleType
impl Clone for HandleType
Source§fn clone(&self) -> HandleType
fn clone(&self) -> HandleType
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 HandleType
impl Debug for HandleType
Source§impl From<HandleType> for i64
impl From<HandleType> for i64
Source§fn from(v: HandleType) -> Self
fn from(v: HandleType) -> Self
Converts to this type from the input type.
Source§impl From<i64> for HandleType
impl From<i64> for HandleType
Source§impl FromVariant for HandleType
impl FromVariant for HandleType
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for HandleType
impl Hash for HandleType
Source§impl Ord for HandleType
impl Ord for HandleType
Source§fn cmp(&self, other: &HandleType) -> Ordering
fn cmp(&self, other: &HandleType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HandleType
impl PartialEq for HandleType
Source§impl PartialOrd for HandleType
impl PartialOrd for HandleType
impl Copy for HandleType
impl Eq for HandleType
impl StructuralPartialEq for HandleType
Auto Trait Implementations§
impl Freeze for HandleType
impl RefUnwindSafe for HandleType
impl Send for HandleType
impl Sync for HandleType
impl Unpin for HandleType
impl UnwindSafe for HandleType
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.