Struct winapi::um::winnt::IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
source · #[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 moresource§impl Default for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Default for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
source§fn default() -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
fn default() -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
Returns the “default value” for a type. Read more