#[repr(C)]pub struct IMAGE_DELAYLOAD_DESCRIPTOR_Attributes {
pub AllAttributes: DWORD,
}
Fields§
§AllAttributes: DWORD
Implementations§
Source§impl IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
pub fn RvaBased(&self) -> DWORD
pub fn set_RvaBased(&mut self, val: DWORD)
pub fn ReservedAttributes(&self) -> DWORD
pub fn set_ReservedAttributes(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Clone for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
Source§fn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
fn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
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 moreimpl Copy for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
Auto Trait Implementations§
impl Freeze for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl RefUnwindSafe for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Send for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Sync for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Unpin for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl UnwindSafe for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
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