#[repr(C)]pub struct MVKSwapchainPerformance {
pub lastFrameInterval: c_double,
pub averageFrameInterval: c_double,
pub averageFramesPerSecond: c_double,
}Fields§
§lastFrameInterval: c_double§averageFrameInterval: c_double§averageFramesPerSecond: c_doubleAuto Trait Implementations§
impl Freeze for MVKSwapchainPerformance
impl RefUnwindSafe for MVKSwapchainPerformance
impl Send for MVKSwapchainPerformance
impl Sync for MVKSwapchainPerformance
impl Unpin for MVKSwapchainPerformance
impl UnwindSafe for MVKSwapchainPerformance
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