Struct 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
§fn clone(&self) -> KADDRESS_RANGE_DESCRIPTOR
fn clone(&self) -> KADDRESS_RANGE_DESCRIPTOR
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 moreimpl Copy for KADDRESS_RANGE_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for KADDRESS_RANGE_DESCRIPTOR
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