Struct vc6_sys::timecaps_tag
source · #[repr(C, packed(2))]pub struct timecaps_tag {
pub wPeriodMin: UINT,
pub wPeriodMax: UINT,
}Fields§
§wPeriodMin: UINT§wPeriodMax: UINTTrait Implementations§
source§impl Clone for timecaps_tag
impl Clone for timecaps_tag
source§fn clone(&self) -> timecaps_tag
fn clone(&self) -> timecaps_tag
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 moresource§impl Debug for timecaps_tag
impl Debug for timecaps_tag
impl Copy for timecaps_tag
Auto Trait Implementations§
impl RefUnwindSafe for timecaps_tag
impl Send for timecaps_tag
impl Sync for timecaps_tag
impl Unpin for timecaps_tag
impl UnwindSafe for timecaps_tag
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