#[repr(C)]pub struct _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
Implementations§
Source§impl _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
pub fn PageRelativeOffset(&self) -> WORD
pub fn set_PageRelativeOffset(&mut self, val: WORD)
pub unsafe fn PageRelativeOffset_raw(this: *const Self) -> WORD
pub unsafe fn set_PageRelativeOffset_raw(this: *mut Self, val: WORD)
pub fn IndirectCall(&self) -> WORD
pub fn set_IndirectCall(&mut self, val: WORD)
pub unsafe fn IndirectCall_raw(this: *const Self) -> WORD
pub unsafe fn set_IndirectCall_raw(this: *mut Self, val: WORD)
pub fn RexWPrefix(&self) -> WORD
pub fn set_RexWPrefix(&mut self, val: WORD)
pub unsafe fn RexWPrefix_raw(this: *const Self) -> WORD
pub unsafe fn set_RexWPrefix_raw(this: *mut Self, val: WORD)
pub fn CfgCheck(&self) -> WORD
pub fn set_CfgCheck(&mut self, val: WORD)
pub unsafe fn CfgCheck_raw(this: *const Self) -> WORD
pub unsafe fn set_CfgCheck_raw(this: *mut Self, val: WORD)
pub fn Reserved(&self) -> WORD
pub fn set_Reserved(&mut self, val: WORD)
pub unsafe fn Reserved_raw(this: *const Self) -> WORD
pub unsafe fn set_Reserved_raw(this: *mut Self, val: WORD)
pub fn new_bitfield_1( PageRelativeOffset: WORD, IndirectCall: WORD, RexWPrefix: WORD, CfgCheck: WORD, Reserved: WORD, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Clone for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Source§fn clone(&self) -> _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
fn clone(&self) -> _IMAGE_INDIR_CONTROL_TRANSFER_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_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Ord for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Source§fn cmp(
&self,
other: &_IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION,
) -> Ordering
fn cmp( &self, other: &_IMAGE_INDIR_CONTROL_TRANSFER_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_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl PartialEq for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Source§fn eq(&self, other: &_IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION) -> bool
fn eq(&self, other: &_IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl PartialOrd for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Copy for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Eq for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl StructuralPartialEq for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Auto Trait Implementations§
impl Freeze for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl RefUnwindSafe for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Send for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Sync for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Unpin for _IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl UnwindSafe for _IMAGE_INDIR_CONTROL_TRANSFER_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