#[repr(C, packed(4))]pub struct ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1 {
pub element_type: ELEMENT_TYPE_ENUM,
pub resource_id: ID,
pub position: PIXPOINT,
pub previous_position: PIXPOINT,
pub ofs: PIXPOINT,
pub gauge_header: PGAUGEHDR,
pub previous_element: *mut ELEMENT_HEADER,
pub next_element: *mut *mut ELEMENT_HEADER,
pub failure_systems: PFAILURE_RECORD,
pub image_flags: FLAGS,
pub aircraft_special_instrumentation: FLAGS,
pub reserved: FLAGS,
}Fields§
§element_type: ELEMENT_TYPE_ENUM§resource_id: ID§position: PIXPOINT§previous_position: PIXPOINT§ofs: PIXPOINT§gauge_header: PGAUGEHDR§previous_element: *mut ELEMENT_HEADER§next_element: *mut *mut ELEMENT_HEADER§failure_systems: PFAILURE_RECORD§image_flags: FLAGS§aircraft_special_instrumentation: FLAGS§reserved: FLAGSTrait Implementations§
Source§impl Clone for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl Clone for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
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_SPRITE__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl !Send for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl !Sync for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl Unpin for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for ELEMENT_SPRITE__bindgen_ty_1__bindgen_ty_1
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