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