Struct SPC_PE_IMAGE_DATA
#[repr(C)]pub struct SPC_PE_IMAGE_DATA {
pub Flags: CRYPT_BIT_BLOB,
pub pFile: *mut SPC_LINK,
}
Fields§
§Flags: CRYPT_BIT_BLOB
§pFile: *mut SPC_LINK
Trait Implementations§
§impl Clone for SPC_PE_IMAGE_DATA
impl Clone for SPC_PE_IMAGE_DATA
§fn clone(&self) -> SPC_PE_IMAGE_DATA
fn clone(&self) -> SPC_PE_IMAGE_DATA
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 SPC_PE_IMAGE_DATA
Auto Trait Implementations§
impl Freeze for SPC_PE_IMAGE_DATA
impl RefUnwindSafe for SPC_PE_IMAGE_DATA
impl !Send for SPC_PE_IMAGE_DATA
impl !Sync for SPC_PE_IMAGE_DATA
impl Unpin for SPC_PE_IMAGE_DATA
impl UnwindSafe for SPC_PE_IMAGE_DATA
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