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