#[repr(C, packed(1))]pub struct timecaps_tag {
pub wPeriodMin: UINT,
pub wPeriodMax: UINT,
}
Fields§
§wPeriodMin: UINT
§wPeriodMax: UINT
Trait 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 Freeze for timecaps_tag
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