#[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 duplicate 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 moreimpl Copy 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