pub type MEM_ADDRESS_REQUIREMENTS = _MEM_ADDRESS_REQUIREMENTS;
Aliased Type§
struct MEM_ADDRESS_REQUIREMENTS {
pub LowestStartingAddress: *mut c_void,
pub HighestEndingAddress: *mut c_void,
pub Alignment: u64,
}
Fields§
§LowestStartingAddress: *mut c_void
§HighestEndingAddress: *mut c_void
§Alignment: u64
Trait Implementations
Source§impl Clone for _MEM_ADDRESS_REQUIREMENTS
impl Clone for _MEM_ADDRESS_REQUIREMENTS
Source§fn clone(&self) -> _MEM_ADDRESS_REQUIREMENTS
fn clone(&self) -> _MEM_ADDRESS_REQUIREMENTS
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 Debug for _MEM_ADDRESS_REQUIREMENTS
impl Debug for _MEM_ADDRESS_REQUIREMENTS
Source§impl Ord for _MEM_ADDRESS_REQUIREMENTS
impl Ord for _MEM_ADDRESS_REQUIREMENTS
Source§fn cmp(&self, other: &_MEM_ADDRESS_REQUIREMENTS) -> Ordering
fn cmp(&self, other: &_MEM_ADDRESS_REQUIREMENTS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more