pub struct VkDisplay { /* private fields */ }
Expand description
Wrapper for VkDisplayKHR.
Implementations§
Trait Implementations§
impl Copy for VkDisplay
Auto Trait Implementations§
impl Freeze for VkDisplay
impl RefUnwindSafe for VkDisplay
impl !Send for VkDisplay
impl !Sync for VkDisplay
impl Unpin for VkDisplay
impl UnwindSafe for VkDisplay
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