pub struct VkDisplayMode { /* private fields */ }
Expand description
Wrapper for VkDisplayModeKHR.
Implementations§
Source§impl VkDisplayMode
impl VkDisplayMode
Trait Implementations§
Source§impl Clone for VkDisplayMode
impl Clone for VkDisplayMode
Source§fn clone(&self) -> VkDisplayMode
fn clone(&self) -> VkDisplayMode
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 VkDisplayMode
impl Debug for VkDisplayMode
Source§impl Default for VkDisplayMode
impl Default for VkDisplayMode
Source§fn default() -> VkDisplayMode
fn default() -> VkDisplayMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkDisplayMode
impl PartialEq for VkDisplayMode
impl Copy for VkDisplayMode
Auto Trait Implementations§
impl Freeze for VkDisplayMode
impl RefUnwindSafe for VkDisplayMode
impl !Send for VkDisplayMode
impl !Sync for VkDisplayMode
impl Unpin for VkDisplayMode
impl UnwindSafe for VkDisplayMode
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