Struct KADDRESS_RANGE
#[repr(C)]pub struct KADDRESS_RANGE {
pub Address: *mut c_void,
pub Size: usize,
}
Fields§
§Address: *mut c_void
§Size: usize
Trait Implementations§
§impl Clone for KADDRESS_RANGE
impl Clone for KADDRESS_RANGE
§fn clone(&self) -> KADDRESS_RANGE
fn clone(&self) -> KADDRESS_RANGE
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
Auto Trait Implementations§
impl Freeze for KADDRESS_RANGE
impl RefUnwindSafe for KADDRESS_RANGE
impl !Send for KADDRESS_RANGE
impl !Sync for KADDRESS_RANGE
impl Unpin for KADDRESS_RANGE
impl UnwindSafe for KADDRESS_RANGE
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