#[repr(C, packed(2))]pub struct IMAGE_RELOCATION {
pub Anonymous: IMAGE_RELOCATION_0,
pub SymbolTableIndex: u32,
pub Type: u16,
}Fields§
§Anonymous: IMAGE_RELOCATION_0§SymbolTableIndex: u32§Type: u16Trait Implementations§
Source§impl Abi for IMAGE_RELOCATION
impl Abi for IMAGE_RELOCATION
Source§type Abi = IMAGE_RELOCATION
type Abi = IMAGE_RELOCATION
The abi representation of the implementing type. Read more
type DefaultType = IMAGE_RELOCATION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for IMAGE_RELOCATION
impl Clone for IMAGE_RELOCATION
Source§fn clone(&self) -> IMAGE_RELOCATION
fn clone(&self) -> IMAGE_RELOCATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_RELOCATION
impl Eq for IMAGE_RELOCATION
Auto Trait Implementations§
impl Freeze for IMAGE_RELOCATION
impl RefUnwindSafe for IMAGE_RELOCATION
impl Send for IMAGE_RELOCATION
impl Sync for IMAGE_RELOCATION
impl Unpin for IMAGE_RELOCATION
impl UnsafeUnpin for IMAGE_RELOCATION
impl UnwindSafe for IMAGE_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