#[repr(C)]pub struct IMAGE_DELAYLOAD_DESCRIPTOR_Attributes {
pub AllAttributes: DWORD,
}
Fields
AllAttributes: DWORD
Implementations
sourceimpl 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
sourceimpl Clone for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
impl Clone for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
sourcefn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
fn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for IMAGE_DELAYLOAD_DESCRIPTOR_Attributes
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more