Enum rust_corosync::cpg::ModelData [−][src]
pub enum ModelData {
ModelNone,
ModelV1(Model1Data),
}Expand description
Modeldata for initialize, only v1 supported at the moment
Variants
ModelV1(Model1Data)Tuple Fields of ModelV1
0: Model1DataTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModelData
impl UnwindSafe for ModelData
Blanket Implementations
Mutably borrows from an owned value. Read more