#[repr(C)]pub struct _IMAGE_SWITCHTABLE_BRANCH_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_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl _IMAGE_SWITCHTABLE_BRANCH_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 RegisterNumber(&self) -> WORD
pub fn set_RegisterNumber(&mut self, val: WORD)
pub unsafe fn RegisterNumber_raw(this: *const Self) -> WORD
pub unsafe fn set_RegisterNumber_raw(this: *mut Self, val: WORD)
pub fn new_bitfield_1( PageRelativeOffset: WORD, RegisterNumber: WORD, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Clone for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
Source§fn clone(&self) -> _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
fn clone(&self) -> _IMAGE_SWITCHTABLE_BRANCH_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_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Ord for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
Source§fn cmp(&self, other: &_IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION) -> Ordering
fn cmp(&self, other: &_IMAGE_SWITCHTABLE_BRANCH_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_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl PartialEq for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
Source§fn eq(&self, other: &_IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION) -> bool
fn eq(&self, other: &_IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl PartialOrd for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Copy for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Eq for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl StructuralPartialEq for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
Auto Trait Implementations§
impl Freeze for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl RefUnwindSafe for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Send for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Sync for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl Unpin for _IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION
impl UnwindSafe for _IMAGE_SWITCHTABLE_BRANCH_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