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)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModelDataimpl UnwindSafe for ModelDataBlanket Implementations
Mutably borrows from an owned value. Read more