#[repr(C)]pub struct _ImageArchitectureHeader {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub FirstEntryRVA: DWORD,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§FirstEntryRVA: DWORD
Implementations§
Source§impl _ImageArchitectureHeader
impl _ImageArchitectureHeader
pub fn AmaskValue(&self) -> c_uint
pub fn set_AmaskValue(&mut self, val: c_uint)
pub unsafe fn AmaskValue_raw(this: *const Self) -> c_uint
pub unsafe fn set_AmaskValue_raw(this: *mut Self, val: c_uint)
pub fn AmaskShift(&self) -> c_uint
pub fn set_AmaskShift(&mut self, val: c_uint)
pub unsafe fn AmaskShift_raw(this: *const Self) -> c_uint
pub unsafe fn set_AmaskShift_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( AmaskValue: c_uint, AmaskShift: c_uint, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _ImageArchitectureHeader
impl Clone for _ImageArchitectureHeader
Source§fn clone(&self) -> _ImageArchitectureHeader
fn clone(&self) -> _ImageArchitectureHeader
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 Debug for _ImageArchitectureHeader
impl Debug for _ImageArchitectureHeader
Source§impl Ord for _ImageArchitectureHeader
impl Ord for _ImageArchitectureHeader
Source§fn cmp(&self, other: &_ImageArchitectureHeader) -> Ordering
fn cmp(&self, other: &_ImageArchitectureHeader) -> 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 _ImageArchitectureHeader
impl PartialEq for _ImageArchitectureHeader
Source§impl PartialOrd for _ImageArchitectureHeader
impl PartialOrd for _ImageArchitectureHeader
impl Copy for _ImageArchitectureHeader
impl Eq for _ImageArchitectureHeader
impl StructuralPartialEq for _ImageArchitectureHeader
Auto Trait Implementations§
impl Freeze for _ImageArchitectureHeader
impl RefUnwindSafe for _ImageArchitectureHeader
impl Send for _ImageArchitectureHeader
impl Sync for _ImageArchitectureHeader
impl Unpin for _ImageArchitectureHeader
impl UnwindSafe for _ImageArchitectureHeader
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