Struct windows_sys::Wdk::System::SystemServices::KADDRESS_RANGE_DESCRIPTOR
#[repr(C)]pub struct KADDRESS_RANGE_DESCRIPTOR {
pub AddressRanges: *const KADDRESS_RANGE,
pub AddressRangeCount: usize,
}
Fields§
§AddressRanges: *const KADDRESS_RANGE
§AddressRangeCount: usize
Trait Implementations§
§impl Clone for KADDRESS_RANGE_DESCRIPTOR
impl Clone for KADDRESS_RANGE_DESCRIPTOR
impl Copy for KADDRESS_RANGE_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for KADDRESS_RANGE_DESCRIPTOR
impl !Send for KADDRESS_RANGE_DESCRIPTOR
impl !Sync for KADDRESS_RANGE_DESCRIPTOR
impl Unpin for KADDRESS_RANGE_DESCRIPTOR
impl UnwindSafe for KADDRESS_RANGE_DESCRIPTOR
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