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