Struct 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
impl Copy 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