pub struct SurfaceKHR(/* private fields */);Trait Implementations§
Source§impl Clone for SurfaceKHR
impl Clone for SurfaceKHR
Source§fn clone(&self) -> SurfaceKHR
fn clone(&self) -> SurfaceKHR
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 moreimpl Copy for SurfaceKHR
Source§impl Debug for SurfaceKHR
impl Debug for SurfaceKHR
Source§impl Default for SurfaceKHR
impl Default for SurfaceKHR
impl Eq for SurfaceKHR
Source§impl Handle for SurfaceKHR
impl Handle for SurfaceKHR
Source§impl Hash for SurfaceKHR
impl Hash for SurfaceKHR
Source§impl PartialEq for SurfaceKHR
impl PartialEq for SurfaceKHR
Source§fn eq(&self, other: &SurfaceKHR) -> bool
fn eq(&self, other: &SurfaceKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceKHR
Auto Trait Implementations§
impl Freeze for SurfaceKHR
impl RefUnwindSafe for SurfaceKHR
impl Send for SurfaceKHR
impl Sync for SurfaceKHR
impl Unpin for SurfaceKHR
impl UnsafeUnpin for SurfaceKHR
impl UnwindSafe for SurfaceKHR
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