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