Struct msfs::sys::ELEMENT_STATIC_IMAGE
source · #[repr(C, packed(4))]pub struct ELEMENT_STATIC_IMAGE {
pub __bindgen_anon_1: ELEMENT_STATIC_IMAGE__bindgen_ty_1,
pub image_data: IMAGE_SET,
pub save_buffer: PIMAGE,
pub hdc: HDC,
pub hbmp: HBITMAP,
pub reserved1: HBITMAP,
pub reserved2: PIMAGE,
}
Fields§
§__bindgen_anon_1: ELEMENT_STATIC_IMAGE__bindgen_ty_1
§image_data: IMAGE_SET
§save_buffer: PIMAGE
§hdc: HDC
§hbmp: HBITMAP
§reserved1: HBITMAP
§reserved2: PIMAGE
Trait Implementations§
source§impl Clone for ELEMENT_STATIC_IMAGE
impl Clone for ELEMENT_STATIC_IMAGE
source§fn clone(&self) -> ELEMENT_STATIC_IMAGE
fn clone(&self) -> ELEMENT_STATIC_IMAGE
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 ELEMENT_STATIC_IMAGE
Auto Trait Implementations§
impl RefUnwindSafe for ELEMENT_STATIC_IMAGE
impl !Send for ELEMENT_STATIC_IMAGE
impl !Sync for ELEMENT_STATIC_IMAGE
impl Unpin for ELEMENT_STATIC_IMAGE
impl UnwindSafe for ELEMENT_STATIC_IMAGE
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