#[repr(C, packed(1))]pub struct _IMAGE_BDD_DYNAMIC_RELOCATION {
pub Left: WORD,
pub Right: WORD,
pub Value: DWORD,
}
Fields§
§Left: WORD
§Right: WORD
§Value: DWORD
Trait Implementations§
Source§impl Clone for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Clone for _IMAGE_BDD_DYNAMIC_RELOCATION
Source§fn clone(&self) -> _IMAGE_BDD_DYNAMIC_RELOCATION
fn clone(&self) -> _IMAGE_BDD_DYNAMIC_RELOCATION
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_BDD_DYNAMIC_RELOCATION
impl Ord for _IMAGE_BDD_DYNAMIC_RELOCATION
Source§fn cmp(&self, other: &_IMAGE_BDD_DYNAMIC_RELOCATION) -> Ordering
fn cmp(&self, other: &_IMAGE_BDD_DYNAMIC_RELOCATION) -> 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_BDD_DYNAMIC_RELOCATION
impl PartialEq for _IMAGE_BDD_DYNAMIC_RELOCATION
Source§fn eq(&self, other: &_IMAGE_BDD_DYNAMIC_RELOCATION) -> bool
fn eq(&self, other: &_IMAGE_BDD_DYNAMIC_RELOCATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _IMAGE_BDD_DYNAMIC_RELOCATION
impl PartialOrd for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Copy for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Eq for _IMAGE_BDD_DYNAMIC_RELOCATION
impl StructuralPartialEq for _IMAGE_BDD_DYNAMIC_RELOCATION
Auto Trait Implementations§
impl Freeze for _IMAGE_BDD_DYNAMIC_RELOCATION
impl RefUnwindSafe for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Send for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Sync for _IMAGE_BDD_DYNAMIC_RELOCATION
impl Unpin for _IMAGE_BDD_DYNAMIC_RELOCATION
impl UnwindSafe for _IMAGE_BDD_DYNAMIC_RELOCATION
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