#[repr(C, packed(4))]pub struct IMAGE_SET {
pub final_: PIMAGE,
pub source: PIMAGE,
pub reserved1: PIMAGE,
pub reserved2: PIMAGE,
}
Fields§
§final_: PIMAGE
§source: PIMAGE
§reserved1: PIMAGE
§reserved2: PIMAGE
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IMAGE_SET
impl !Send for IMAGE_SET
impl !Sync for IMAGE_SET
impl Unpin for IMAGE_SET
impl UnwindSafe for IMAGE_SET
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