pub struct SurfaceKHR(/* private fields */);
Expand description
Implementations§
Source§impl SurfaceKHR
impl SurfaceKHR
Trait Implementations§
Source§impl Clone for SurfaceKHR
impl Clone for SurfaceKHR
Source§fn clone(&self) -> SurfaceKHR
fn clone(&self) -> SurfaceKHR
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 SurfaceKHR
impl Debug for SurfaceKHR
Source§impl Default for SurfaceKHR
impl Default for SurfaceKHR
Source§fn default() -> SurfaceKHR
fn default() -> SurfaceKHR
Returns the “default value” for a type. Read more
Source§impl Handle for SurfaceKHR
impl Handle for SurfaceKHR
Source§impl Hash for SurfaceKHR
impl Hash for SurfaceKHR
Source§impl Ord for SurfaceKHR
impl Ord for SurfaceKHR
Source§fn cmp(&self, other: &SurfaceKHR) -> Ordering
fn cmp(&self, other: &SurfaceKHR) -> 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 SurfaceKHR
impl PartialEq for SurfaceKHR
Source§impl PartialOrd for SurfaceKHR
impl PartialOrd for SurfaceKHR
Source§impl Pointer for SurfaceKHR
impl Pointer for SurfaceKHR
impl Copy for SurfaceKHR
impl Eq for SurfaceKHR
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)