Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::DMA_DES
#[repr(C, packed(1))]pub struct DMA_DES {
pub DD_Count: u32,
pub DD_Type: u32,
pub DD_Flags: DD_FLAGS,
pub DD_Alloc_Chan: u32,
}
Fields§
§DD_Count: u32
§DD_Type: u32
§DD_Flags: DD_FLAGS
§DD_Alloc_Chan: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMA_DES
impl RefUnwindSafe for DMA_DES
impl Send for DMA_DES
impl Sync for DMA_DES
impl Unpin for DMA_DES
impl UnwindSafe for DMA_DES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)