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: u32,
pub DD_Alloc_Chan: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
DD_Count: u32
DD_Type: u32
DD_Flags: u32
DD_Alloc_Chan: u32
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more