#[repr(C)]#[repr(packed)]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 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