Struct xplm_sys::processing::Struct_Unnamed2
[−]
[src]
pub struct Struct_Unnamed2 {
pub structSize: c_int,
pub phase: XPLMFlightLoopPhaseType,
pub callbackFunc: XPLMFlightLoop_f,
pub refcon: *mut c_void,
}Fields
structSize: c_int
phase: XPLMFlightLoopPhaseType
callbackFunc: XPLMFlightLoop_f
refcon: *mut c_void
Trait Implementations
impl Copy for Struct_Unnamed2[src]
impl Clone for Struct_Unnamed2[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more