Struct windows::Win32::Media::Multimedia::DRAWDIBTIME
#[repr(C)]pub struct DRAWDIBTIME {
pub timeCount: i32,
pub timeDraw: i32,
pub timeDecompress: i32,
pub timeDither: i32,
pub timeStretch: i32,
pub timeBlt: i32,
pub timeSetDIBits: i32,
}
Fields§
§timeCount: i32
§timeDraw: i32
§timeDecompress: i32
§timeDither: i32
§timeStretch: i32
§timeBlt: i32
§timeSetDIBits: i32
Trait Implementations§
§impl Clone for DRAWDIBTIME
impl Clone for DRAWDIBTIME
§fn clone(&self) -> DRAWDIBTIME
fn clone(&self) -> DRAWDIBTIME
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DRAWDIBTIME
impl Debug for DRAWDIBTIME
§impl PartialEq for DRAWDIBTIME
impl PartialEq for DRAWDIBTIME
§fn eq(&self, other: &DRAWDIBTIME) -> bool
fn eq(&self, other: &DRAWDIBTIME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DRAWDIBTIME
impl Eq for DRAWDIBTIME
impl StructuralPartialEq for DRAWDIBTIME
Auto Trait Implementations§
impl Freeze for DRAWDIBTIME
impl RefUnwindSafe for DRAWDIBTIME
impl Send for DRAWDIBTIME
impl Sync for DRAWDIBTIME
impl Unpin for DRAWDIBTIME
impl UnwindSafe for DRAWDIBTIME
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)