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