#[repr(C)]pub struct BITMAP_RENDERER_STATISTICS {
pub dwFramesDelivered: u32,
pub dwFramesDropped: u32,
}
Fields§
§dwFramesDelivered: u32
§dwFramesDropped: u32
Trait Implementations§
§impl Clone for BITMAP_RENDERER_STATISTICS
impl Clone for BITMAP_RENDERER_STATISTICS
impl Copy for BITMAP_RENDERER_STATISTICS
Auto Trait Implementations§
impl RefUnwindSafe for BITMAP_RENDERER_STATISTICS
impl Send for BITMAP_RENDERER_STATISTICS
impl Sync for BITMAP_RENDERER_STATISTICS
impl Unpin for BITMAP_RENDERER_STATISTICS
impl UnwindSafe for BITMAP_RENDERER_STATISTICS
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