#[repr(C)]pub struct DisplayModeParametersKHR {
pub visibleRegion: Extent2D,
pub refreshRate: u32,
}
Fields§
§visibleRegion: Extent2D
§refreshRate: u32
Trait Implementations§
Source§impl Clone for DisplayModeParametersKHR
impl Clone for DisplayModeParametersKHR
Source§fn clone(&self) -> DisplayModeParametersKHR
fn clone(&self) -> DisplayModeParametersKHR
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 DisplayModeParametersKHR
Auto Trait Implementations§
impl Freeze for DisplayModeParametersKHR
impl RefUnwindSafe for DisplayModeParametersKHR
impl Send for DisplayModeParametersKHR
impl Sync for DisplayModeParametersKHR
impl Unpin for DisplayModeParametersKHR
impl UnwindSafe for DisplayModeParametersKHR
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