Struct oo_bindgen::model::ZeroParameterStructInitializer
source · pub struct ZeroParameterStructInitializer { /* private fields */ }
Expand description
Struct handle combined with the validated name of one of it’s initializers. The initializer may not take parameters
Trait Implementations§
source§impl Clone for ZeroParameterStructInitializer
impl Clone for ZeroParameterStructInitializer
source§fn clone(&self) -> ZeroParameterStructInitializer
fn clone(&self) -> ZeroParameterStructInitializer
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 From<ZeroParameterStructInitializer> for DefaultCallbackReturnValue
impl From<ZeroParameterStructInitializer> for DefaultCallbackReturnValue
source§fn from(x: ZeroParameterStructInitializer) -> Self
fn from(x: ZeroParameterStructInitializer) -> Self
Converts to this type from the input type.