Struct VkSurfaceKHR
pub struct VkSurfaceKHR(/* private fields */);Expand description
Implementations§
§impl SurfaceKHR
impl SurfaceKHR
pub const fn null() -> SurfaceKHR
Trait Implementations§
§impl Clone for SurfaceKHR
impl Clone for SurfaceKHR
§fn clone(&self) -> SurfaceKHR
fn clone(&self) -> SurfaceKHR
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 more§impl Debug for SurfaceKHR
impl Debug for SurfaceKHR
§impl Default for SurfaceKHR
impl Default for SurfaceKHR
§fn default() -> SurfaceKHR
fn default() -> SurfaceKHR
Returns the “default value” for a type. Read more
§impl Handle for SurfaceKHR
impl Handle for SurfaceKHR
§impl Hash for SurfaceKHR
impl Hash for SurfaceKHR
§impl Ord for SurfaceKHR
impl Ord for SurfaceKHR
§impl PartialEq for SurfaceKHR
impl PartialEq for SurfaceKHR
§impl PartialOrd for SurfaceKHR
impl PartialOrd for SurfaceKHR
§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