#[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: DWORDImplementations§
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 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 moreSource§impl Debug for _ImageArchitectureHeader
impl Debug for _ImageArchitectureHeader
impl Copy 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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more