pub struct NativeHandle(pub u64);Expand description
Opaque handle to a platform-native view.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for NativeHandle
impl Clone for NativeHandle
Source§fn clone(&self) -> NativeHandle
fn clone(&self) -> NativeHandle
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 NativeHandle
impl Debug for NativeHandle
Source§impl Hash for NativeHandle
impl Hash for NativeHandle
Source§impl PartialEq for NativeHandle
impl PartialEq for NativeHandle
impl Copy for NativeHandle
impl Eq for NativeHandle
impl StructuralPartialEq for NativeHandle
Auto Trait Implementations§
impl Freeze for NativeHandle
impl RefUnwindSafe for NativeHandle
impl Send for NativeHandle
impl Sync for NativeHandle
impl Unpin for NativeHandle
impl UnsafeUnpin for NativeHandle
impl UnwindSafe for NativeHandle
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