#[repr(C, packed(1))]pub struct DMA_DES {
pub DD_Count: DWORD,
pub DD_Type: DWORD,
pub DD_Flags: DWORD,
pub DD_Alloc_Chan: ULONG,
}
Fields§
§DD_Count: DWORD
§DD_Type: DWORD
§DD_Flags: DWORD
§DD_Alloc_Chan: ULONG
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