Struct DDGETIRQINFO
#[repr(C)]pub struct DDGETIRQINFO {
pub dwFlags: u32,
}
Fields§
§dwFlags: u32
Trait Implementations§
§impl Clone for DDGETIRQINFO
impl Clone for DDGETIRQINFO
§fn clone(&self) -> DDGETIRQINFO
fn clone(&self) -> DDGETIRQINFO
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 DDGETIRQINFO
impl Debug for DDGETIRQINFO
§impl Default for DDGETIRQINFO
impl Default for DDGETIRQINFO
§impl PartialEq for DDGETIRQINFO
impl PartialEq for DDGETIRQINFO
impl Copy for DDGETIRQINFO
impl StructuralPartialEq for DDGETIRQINFO
Auto Trait Implementations§
impl Freeze for DDGETIRQINFO
impl RefUnwindSafe for DDGETIRQINFO
impl Send for DDGETIRQINFO
impl Sync for DDGETIRQINFO
impl Unpin for DDGETIRQINFO
impl UnwindSafe for DDGETIRQINFO
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