#[repr(C)]pub struct BITMAP_RENDERER_STATISTICS {
pub dwFramesDelivered: u32,
pub dwFramesDropped: u32,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more