#[repr(C)]pub struct DisplayModePropertiesKHR {
pub displayMode: DisplayModeKHR,
pub parameters: DisplayModeParametersKHR,
}
Fields§
§displayMode: DisplayModeKHR
§parameters: DisplayModeParametersKHR
Trait Implementations§
Source§impl Clone for DisplayModePropertiesKHR
impl Clone for DisplayModePropertiesKHR
Source§fn clone(&self) -> DisplayModePropertiesKHR
fn clone(&self) -> DisplayModePropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DisplayModePropertiesKHR
Auto Trait Implementations§
impl Freeze for DisplayModePropertiesKHR
impl RefUnwindSafe for DisplayModePropertiesKHR
impl Send for DisplayModePropertiesKHR
impl Sync for DisplayModePropertiesKHR
impl Unpin for DisplayModePropertiesKHR
impl UnwindSafe for DisplayModePropertiesKHR
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