Enum rust_corosync::cpg::Model1Flags [−][src]
pub enum Model1Flags {
None,
}Expand description
No flags current specified for model1 so leave this at None
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Model1Flags
impl Send for Model1Flags
impl Sync for Model1Flags
impl Unpin for Model1Flags
impl UnwindSafe for Model1Flags
Blanket Implementations
Mutably borrows from an owned value. Read more