pub type IMAGE_DYNAMIC_RELOCATION_TABLE = _IMAGE_DYNAMIC_RELOCATION_TABLE;
Aliased Type§
struct IMAGE_DYNAMIC_RELOCATION_TABLE {
pub Version: u32,
pub Size: u32,
}
Fields§
§Version: u32
§Size: u32
Trait Implementations
Source§impl Clone for _IMAGE_DYNAMIC_RELOCATION_TABLE
impl Clone for _IMAGE_DYNAMIC_RELOCATION_TABLE
Source§fn clone(&self) -> _IMAGE_DYNAMIC_RELOCATION_TABLE
fn clone(&self) -> _IMAGE_DYNAMIC_RELOCATION_TABLE
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 Ord for _IMAGE_DYNAMIC_RELOCATION_TABLE
impl Ord for _IMAGE_DYNAMIC_RELOCATION_TABLE
Source§fn cmp(&self, other: &_IMAGE_DYNAMIC_RELOCATION_TABLE) -> Ordering
fn cmp(&self, other: &_IMAGE_DYNAMIC_RELOCATION_TABLE) -> 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
Source§impl PartialEq for _IMAGE_DYNAMIC_RELOCATION_TABLE
impl PartialEq for _IMAGE_DYNAMIC_RELOCATION_TABLE
Source§fn eq(&self, other: &_IMAGE_DYNAMIC_RELOCATION_TABLE) -> bool
fn eq(&self, other: &_IMAGE_DYNAMIC_RELOCATION_TABLE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.