Struct winapi::um::cfgmgr32::DMA_RESOURCE
source · #[repr(C)]#[repr(packed)]pub struct DMA_RESOURCE {
pub DMA_Header: DMA_DES,
pub DMA_Data: [DMA_RANGE; 1],
}
Fields§
§DMA_Header: DMA_DES
§DMA_Data: [DMA_RANGE; 1]
Trait Implementations§
source§impl Clone for DMA_RESOURCE
impl Clone for DMA_RESOURCE
source§fn clone(&self) -> DMA_RESOURCE
fn clone(&self) -> DMA_RESOURCE
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 moresource§impl Default for DMA_RESOURCE
impl Default for DMA_RESOURCE
source§fn default() -> DMA_RESOURCE
fn default() -> DMA_RESOURCE
Returns the “default value” for a type. Read more