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