IOAddressRange

Type Alias IOAddressRange 

Source
pub type IOAddressRange = IOVirtualRange;
Available on crate feature libc only.
Expand description

Aliased Type§

#[repr(C)]
pub struct IOAddressRange { pub address: u64, pub length: u64, }

Fields§

§address: u64§length: u64