Struct msfs::sys::IGaugeCDrawable
source · #[repr(C)]pub struct IGaugeCDrawable {
pub vtable_: *const IGaugeCDrawable__bindgen_vtable,
}
Fields§
§vtable_: *const IGaugeCDrawable__bindgen_vtable
Trait Implementations§
source§impl Clone for IGaugeCDrawable
impl Clone for IGaugeCDrawable
source§fn clone(&self) -> IGaugeCDrawable
fn clone(&self) -> IGaugeCDrawable
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 moresource§impl Debug for IGaugeCDrawable
impl Debug for IGaugeCDrawable
impl Copy for IGaugeCDrawable
Auto Trait Implementations§
impl RefUnwindSafe for IGaugeCDrawable
impl !Send for IGaugeCDrawable
impl !Sync for IGaugeCDrawable
impl Unpin for IGaugeCDrawable
impl UnwindSafe for IGaugeCDrawable
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